estudi33
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Left sidebar menuPerfect!! Thank you very much!!
One last question about sidebar menu:
It’s possible to change the “>” color, remove, or replace this simbol for another?Forum: Themes and Templates
In reply to: [Customizr] Submenu dropdownTopic resolved
Forum: Themes and Templates
In reply to: [Customizr] Submenu dropdownHello ibogo!!
Thank you for your help. Your code didn’t work.But, I have finally found the solution:
.nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus { background: none !important; }
Forum: Themes and Templates
In reply to: [Customizr] Submenu dropdownThe grey background appears when hover on one element of submenu
Forum: Themes and Templates
In reply to: [Customizr] Problem with header widgetHi,
Thanks for your help!!I have had to make a little variation:
.my-extra-widget { max-width: 96%; float: none; margin: 0 auto; }
Now it works perfectly.
Best regards.
Forum: Themes and Templates
In reply to: [Customizr] Footer transparentHello Sam,
Thank you very much!!
It works perfectly !!Best regards.
Forum: Themes and Templates
In reply to: [Customizr] Modify title position of featured pagesHello!
Thank you very much. It works perfectly!!
Forum: Themes and Templates
In reply to: [Customizr] Modify title position of featured pagesPerfect!! The white line has disappeared.
Can you help me to change the position of the titles featured pages?
Thank you very much!!
Forum: Themes and Templates
In reply to: [Customizr] Modify title position of featured pagesYes, here is the code I put on functions.php
add_action('wp_footer' , 'set_fp_item_order'); function set_fp_item_order() { $my_item_order = array( 'title', 'image', 'text', 'button', ); ?> <script type="text/javascript"> jQuery(document).ready(function () { ! function ($) { //prevents js conflicts "use strict"; var my_item_order = [<?php echo '"'.implode('","', $my_item_order).'"' ?>], $Wrapper = ''; if ( 0 != $('.widget-front' , '#main-wrapper .marketing' ).length ) { $Wrapper = $('.widget-front' , '#main-wrapper .marketing' ); } else if ( 0 != $('.fpc-widget-front' , '#main-wrapper .fpc-marketing' ).length ) { //for FPU users $Wrapper = $('.fpc-widget-front' , '#main-wrapper .fpc-marketing' ); } else { return; } $Wrapper.each( function() { var o = []; o['title'] = $(this).find('h2'); o['image'] = $(this).find('.thumb-wrapper'); o['text'] = $(this).find('p'); o['button'] = $(this).find('a.btn'); for (var i = 0; i < my_item_order.length - 1; i++) { o[my_item_order[i]].after(o[my_item_order[i+1]]); }; }); }(window.jQuery) }); </script> <?php }
Forum: Themes and Templates
In reply to: [Customizr] Modify title position of featured pagesCode don’t work. The white line is still there.
Forum: Themes and Templates
In reply to: [Customizr] Modify title position of featured pagesSorry, I forgot about another issue!!
He has also appeared a white line under the featured pages that I would like to delete.
Thank You for your help!!
Forum: Themes and Templates
In reply to: [Customizr] Modify footer widgets widthIt weorks perfectly. Thank You very much!!!
Forum: Themes and Templates
In reply to: [Customizr] Space between links in sidebarPerfect!!
Thank you very much for your help.Forum: Themes and Templates
In reply to: [Customizr] Problem with Featured Pages textIt works. Thank you very much for your help.
Forum: Themes and Templates
In reply to: [Customizr] Problem with Featured Pages textHi,
Yes, i’m using qtranslateX