eloylb
Forum Replies Created
-
Hi Yes I removed them because of the issues I was facing
Hi,
Here’s the link to the functions.php file
https://gist.github.com/4be7a46b8f74ced8ebc3.gitThanks
Forum: Themes and Templates
In reply to: [StrapVert] Add the Search box to the secondary navbarHi I used a plugin called “Bop Bop Search Box Item Type For Nav Menus”.
I styled it with some css and edited to remove an ugly submit buttonCheck the result on https://www.celebritiesreport.com
Hi I resolved this by changing the following lines in functions.php from true to array ( ‘center’, ‘top’).
set_post_thumbnail_size( 280, 136, array( ‘center’, ‘top’ ) );
add_image_size( ‘strapvert-featured’, 640, 300, array( ‘center’, ‘top’ ) );
add_image_size( ‘strapvert-single’, 840, 300, array( ‘center’, ‘top’) );
add_image_size( ‘strapvert-mini’, 50, 50, array( ‘center’, ‘top’) );Forum: Themes and Templates
In reply to: [StrapVert] Posts not appearing immediatelyI got it!
Strapvert uses an Odd number for the featured posts and displays them by default by date from new to old. If you hide the top featured section, it has the most recent post, so it will be hidden until you “push” it with a more recent one. If you still want to continue to hide the top featured section, you can solve this problem by displaying the featured posts from Old to New. This way you have the oldest featured post always displayed in the top featured section! Voilà!
You can take a look about how I’ve done that on my site celebritiesreport.com
Forum: Themes and Templates
In reply to: [StrapVert] Green Color changeplease see the topic “A little Css to help you out”
Forum: Themes and Templates
In reply to: [StrapVert] Green Color changeThank you, I used Firefox’s integrated Developer Tools, especially the Inspector.
Here’s the necessary CSS to include in a CSS plugin, I personally use the JetPack one..featured-content-secondary .entry-title a {
color: green;
}You can modify the value of color to suit your needs, you can use plain words like green, red, or Hex color codes like #cc66cc
Forum: Themes and Templates
In reply to: [StrapVert] Posts not appearing immediatelyHi,
It seems that answers are hard to get for this theme.
Just a thought,
Did you try deactivating the cache plugin?Forum: Plugins
In reply to: [Q and A Focus Plus FAQ] Faqs not expanding when clickedIt was the Minify option in the W3 Total cache plugin.
I just disabled it and everything worked again.