Hello,
I noticed that when I set my home page blog preview from text to image that I’m having problems with the site stuttering and freezing on my iPad. Additionally, it only shows the image from the first post, but the other three posts on the page show broken pictures. It looks beautiful on my Samsung Galaxy and on my desktop, though. All three are running Chrome. Due to this, I was wondering if it would be possible to change the mobile site to only show the text preview, while maintaining the image preview on the desktop site? Any other suggestions would be appreciated.
Next question–I somehow enabled a “Similar Posts” carousel on my blog post pages, but I can’t for the life of me figure out how to turn that option off. Could you please let me know where that is? Again, the iPad is the problem. While it looks fantastic on desktop, the carousel freezes iPad.
Last question–is there a way to give the post date box its own font? It’s sharing with another font, though I forgot which heading it was, but I’d like to use something else just for that date box if its possible.
Thanks so much! 🙂
Both links took me to the same page? Can you explain more what you mean?
Ben
This tutorial will explain the home page and setting it as a static page:
https://www.kadencewp.com/creating-a-home-page-with-virtue/
Ben
With custom css you can do it. Just need to get the page id class in the body tag. Usually the id so it would look something like this:
@media (min-width: 1200px) {.page-id-71 .container {width: 970px;} .page-id-71 aside.col-lg-3 {width: 33.33333333333333%;} .page-id-71 .main.col-lg-9 {width: 66.66666666666666%;}}
Ben
Hello,
I have a problem showing the category title and category subtitle
on category overview pages.
On the main page it’s nice –> NICE
On the category listing title is not displayed … –> BAD
Can you help me?
Thank you.
Here’s a great tutorial on page builder:
https://www.kadencewp.com/using-page-builder-virtue-premium/
An easy way is to use the prebuilt layout “example page” and just add in your own images and text and remove the rows you don’t want. Be sure to set the template to fullwidth under page attributes.
Hope this helps!
Hannah
Hey Ben,
Am I able to make each page a different width?
I’ve built my home page using the Home Page Layout builder, but I want to add another element to the home page that I cannot figure out. Currently my home page: http://www.rajivkhatri.com. The item I’d like to add to the home page is shown at *Login to see link
Please help me with this. Thank you.
ok so thats the single portfolio page which is different from the portfolio grid page. for the single portfolio page the code would look like this:
.single-portfolio .contentclass {
background: url('URLTOYOURIMG') repeat;
}
Ben
Sure. I just took off the main content background image I had set for the whole site (hence the black font on dark wood). I wanted to set a lighter textured image for the menu pages, which I’m creating using the portfolio feature.
http://www.bestburgerinleawood.com/menus/main-menu/
Thanks!
Hi, Ben –
I think I’m doing something wrong here. Added .page-template-page-portfolio-php .contentclass, {
background: url(‘/wp-content/uploads/2014/05/shutterstock_179523062-12.jpg’) repeat;
} to my custom CSS but the new image still isn’t loading on the portfolio pages.
Can you help? Thanks!
Hi,
i try to change font-size on top menu, with Theme optione (menu)
…..wp-admin/admin.php?page=kad_options&tab=15
i try also:
#nav-main ul.sf-menu ul li a, .nav-main ul.sf-menu ul li a, #nav-second ul.sf-menu ul li a {
font-size: 16px;
}
Nothing change ,
could you help ?
thank’s
casa
`
Yes, I’ve installed the plugin you listed above. Yet, it still won’t work for me. Here’s a copy of an example post in visual mode
checking out the link button (link is colored in blue)
Here’s the html mode:
<p>checking out the link button</p>
when I view the page the word highlighted in blue is missing until I hover over it. I’d like the word to be there continually.
Thanks.
Hi,
I would like to use the button links to open in a new window, how do I do that? I tried to add Target=”_blank” or new but it doesn’t work.
[btn text=”d-vice” tcolor=#FFF link=”*Login to see link o/cts/en/start/” target=”_blank”]
The buttons i refer to is on a WooCommerce-page:
*Login to see link
Best Regards,
/Leif
PS.: funny….on one page, this was amended when I changed
to length=100 and items=2, but not on the other site
on that it was amended when I changed the shortcode to [blog_posts orderby=date word_count=20 items=2]
why is this?
and how can I upload an image here to show you?
THx
Dan
My client’s server is located in Hong Kong and I am not able to install the recommended plugin “Page Builder by SiteOrigin”. The slider plugins worked with error notice, but this one just won’t install. The error message is:
—
object(WP_Error)#420 (2) { [“errors”]=> array(1) { [“plugins_api_failed”]=> array(1) { [0]=> string(219) “An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the support forums.” } } [“error_data”]=> array(1) { [“plugins_api_failed”]=> string(24) “couldn’t connect to host” } }
Something went wrong with the plugin API.
—
is there any other way to install it, to obtain it as .zip file, so I can unzip it locally and upload it via ftp client?
Hi Ben,
is there a possibility to use the wide layout just for the main page and the boxed layout for all other pages?
Greetings, Martin
Hey you should be able to go to your menus page in wordpress admin: appearance > menus
and then delete the empty menu items from the menu assigned to the secondary menu.
Let me know.
Ben
Yeah so in each portfolio item you can “Choose Portfolio Parent Page” which will allow you to create another portfolio grid page for each category then make the parent page of each item in the category that new page.
Ben
In the theme options, advanced settings at the bottom of the page you can set the body x and y positioning to center.
Ben