Robin
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Images in post above post titleline 37-62 should go above line 32, to get the effect, but you might need to do a bit of css if need be, and check if it affects your homepage, as i dont know how rest of your code is working
Forum: Themes and Templates
In reply to: [Path] Change menu colorsOk so i see in your stylesheet there are same classes for secondary menu having multiple color/background color, hence when u change it in one place it doesnt really do anything.
so first make sure your all classes r not duplicated.
you should do something like what i have done here, (change the colors as u want)#menu-secondary li a { color: blue; background-color: #fff; font: normal normal normal 0.6875em/1.2em Arial, Verdana, sans-serif; letter-spacing: 1px; margin-bottom: 0.363636364em; /* 4px / 11px = 0.363636364 */ padding: 0.909090909em 1.81818182em; /* 10px / 11px = 0.909090909 and 20px / 11px = 1.81818182 */ text-transform: uppercase; } #menu-secondary li li a { margin-bottom: 0; } #menu-secondary li li { margin-left: 0; } #menu-secondary li.current-menu-item a, #menu-secondary li a:hover, #menu-secondary li.sfHover a, #menu-secondary li li.current-menu-item a, #menu-secondary li li.sfHover li.current-menu-item a, #menu-secondary li li a:hover, #menu-secondary li li.sfHover a, #menu-secondary li li.sfHover li a:hover { background-color: light-blue; color: blue; }Hi
Basically you will need to create responsive styling for your theme, your theme sadly is not mobile ready.Forum: Themes and Templates
In reply to: Images in post above post titleHi
you will need to modify your single.php file and move the base-image div (featured image) above the title divForum: Themes and Templates
In reply to: [Path] Change menu colorsOk to make things simple if i understand
By default the menu has background color: white and text color: blue
when u hover your mouse the background color should become : black and text color: white?
(and it should behave the same way for dropdown menu as well)?Forum: Themes and Templates
In reply to: [Path] Change menu colorsHi
This is the class for your first level elements for hover#menu-secondary li.current-menu-item a, #menu-secondary li a:hover, #menu-secondary li.sfHover a
and this is the class for dropdown menu
#menu-secondary li li a, #menu-secondary li.sfHover li a, #menu-secondary li li.sfHover li a
Forum: Themes and Templates
In reply to: [Fukasawa] Limit of new posts on home pageLooks like there is something broken in your theme, and u will need to modify the template files to fix the copyright thing.
On side note how/where are you adding your copyright detailsForum: Themes and Templates
In reply to: [Fukasawa] Limit of new posts on home pageHi
You can go to WP-admin > settings > reading and update the number of default posts to show
http://prntscr.com/9s4qkg (screenshot)Forum: Themes and Templates
In reply to: [Lens] Too many H1 tagsHi
You will need to update the template files to modify the h1 tags to the ones you want.
You should create a child theme, and than modify the template files.
Cheers
RobinForum: Themes and Templates
In reply to: fix sticky menu CSS/ Stop sticky menu from jumpingyou will need to use margin: 0 auto; to make it center
Forum: Plugins
In reply to: [WooCommerce] Duplicating buttons at checkoutgreat 🙂
cheers, things worked out for uForum: Themes and Templates
In reply to: Name of this WordPress themeThis is the theme
http://themeforest.net/item/repairpress-gsm-phone-repair-shop-wp/13065600
with some modification you can get the same look
Cheers
RobinForum: Themes and Templates
In reply to: Theme Reinstallation QueriesSorry didn’t get it?
will creating a new form for my ad solve the problem?
Forum: Plugins
In reply to: [WooCommerce] Duplicating buttons at checkoutI left the country as NL 🙂
Forum: Plugins
In reply to: [WooCommerce] Duplicating buttons at checkoutperfect, what was the root cause?