Forum Replies Created
-
AuthorPosts
-
Maadi
MemberHi @marybaum,
You can go for other option rather than calling an iframe to show Map.To avoid such type of error. I mostly use in my project.
Plus point using other way , I've a control to stylize the Map as well.Regards,
Amad Zahid
Coming soon … Genesis Expert
LinkedIn| FacebookMaadi
Member@TIm I think plugin will save your time.. You can use Pretty Photo WordPress Plugin as well for this..
Regards,
Coming soon … Genesis Expert
LinkedIn| FacebookJune 14, 2015 at 1:56 am in reply to: I want the homepage to show different featured posts everyday, how do I do that? #156158Maadi
MemberThen you've to approve manually, or you can try spamming plugin , but I don't think so the plugin accurately check the spamming.
Coming soon … Genesis Expert
LinkedIn| FacebookJune 13, 2015 at 11:59 pm in reply to: I want the homepage to show different featured posts everyday, how do I do that? #156149Maadi
MemberAntranik,
You can schedule your all post with one day difference & set that category to show feature Post & set 5 or 6 post to show only.
And after a day, your new scheduled post been published, so according to featured post it'll show the latest 5 or 6 post & replace the old one's.Below is the link, which guide you how you schedule your post.
url: https://en.support.wordpress.com/posts/schedule-a-post/Hope it'll work for you. thanks
Coming soon … Genesis Expert
LinkedIn| FacebookMaadi
MemberBy using below mention plugin Wood..
Here is the plugin link: https://wordpress.org/plugins/regenerate-thumbnails/
Install the plugin, Define the desire size 7 then click on regenrate thumbnail option under Tools or may be settings.
Coming soon … Genesis Expert
LinkedIn| FacebookMaadi
MemberHi photoadele72,
Install below mention plugin to your WordPress dashboard.
After that set the image size in Media setting page ,
then click Tools > reg.thumbnail option to regenerate your images without Photoshop 🙂Plugin URL: https://wordpress.org/plugins/regenerate-thumbnails/screenshots/
Regards,
Coming soon … Genesis Expert
LinkedIn| FacebookMaadi
MemberHi studionoobly ,
If you find your desired solution then it's ok..
And if it's not according to your desire then you can paste so that we guyz can help you further..Regards,
Coming soon … Genesis Expert
LinkedIn| FacebookMaadi
MemberMy Pleasure photoadele72.
can you take a screenshot of your browser where you all installed & paste URL here? Then I'll guide you.. No need to sad, we guys are here to help you.
Thanks,
Coming soon … Genesis Expert
LinkedIn| FacebookMaadi
MemberCarol,
paste the while code, or take a screenshot of that page & paste it here so that we can get Idea what you're doing & what it happen exactly 🙂Thanks..
Coming soon … Genesis Expert
LinkedIn| FacebookMaadi
MemberOopss... Thanks Erik.. For guiding me ..
Actually I'm new to the forum but OLD in Genesis & WordPress , so I just taking my part in By helping others ...I'll take care of that in future as well.. 🙂
A code of featured widget is bit complex, It only understand the person familiar with Php or WordPress coding, that's y I can't paste the code here.. Because May be studionoobly miss some point & result is site will be down...Hope you got my point.. but thanks Man for pointing me 🙂 Appreciate (y)
Coming soon … Genesis Expert
LinkedIn| FacebookMaadi
MemberOk, So studionoobly , if you're familiar with php then email me your custom post type name etc..
I'll the create the code & send to you...
Sorry if it is against the forum rule.. then post here I'll paste the whole code here..Give Forum reference as well & it's free of cost so don't worry..
Thanks,
Coming soon … Genesis Expert
LinkedIn| FacebookMaadi
MemberHi,
Don't worry about image resize, there are some powerful plugin which automatically resize your images.Follow the simple step to jump start:
1: Create a development server
2: Install WordPress first & then Install genesis .
3: Install you theme.. If you haven't purchase then install Genesis child theme.After all the above step done... paste the development URL here .. I'll guide you how to move further than..
Thanks
Coming soon … Genesis Expert
LinkedIn| FacebookMaadi
MemberMaadi
MemberHi,
Is you want your Trail Content area look like below screenshot link?Check it , & let me know if you want similar like above link then I'll update you what exactly you've to do..
Thanks,
Coming soon … Genesis Expert
LinkedIn| FacebookMaadi
MemberHi studionoobly,
For this you have to create a new template, and then assign that template to a page where you want to show your custom post type feature post.
Coming soon … Genesis Expert
LinkedIn| FacebookMaadi
MemberHi,
Basically what I know your scenario, you want to show your CPT in two different pages.. & they are similar look like Blog Page where all your Specific CPT will be displayed?If above thing is correct, Then all you have to Create Two different Template And stick a loop with your Custom Query.
$args = array( 'post_type' => 'your post type', 'posts_per_page' => -1 ); $loop = new WP_Query( $args ); while ( $loop->have_posts() ) : $loop->the_post(); <!--Put your design Html structure Here--> the_title(); echo '<div class="entry-content">'; the_content(); echo '</div>'; <!--End your design Html structure Here--> endwhile;
Above is the sample code , If you are familiar with Programming, Then I don't think it will feel any difficulty..
Regards,
Coming soon … Genesis Expert
LinkedIn| Facebook -
AuthorPosts