GreenFuelsBio
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Website is Loading very slowThanks acub, I’ll take your advice and i will try to update after make a full backup ??
Forum: Themes and Templates
In reply to: [Customizr] Website is Loading very slowThanks acub ??
Do you think i shold upgrade wordpress and customizr versions ? I am using child theme.Forum: Themes and Templates
In reply to: [Customizr] How I can disable the glow effect ?Yeah, i wanted to say the zooming effect, it has been a translation error ??
And it seems they have not got away: (
Thank you.Forum: Themes and Templates
In reply to: [Customizr] How I can disable the glow effect ?Solved adding this code to my custom css:
.gallery-icon img:hover { -moz-transform: none; -webkit-transform: none; -o-transform: none; transform: none; -ms-transform: none; -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; box-shadow: none; filter: none; } .gallery-item img { box-shadow: none; -moz-transition: none; -webkit-transition: none; -o-transition: none; transition: none; }
Greetings and thanks.
Forum: Themes and Templates
In reply to: [Customizr] How I can disable the glow effect ?Hi acub, thanks for the help, but your code doesn′t work, you can check it.
Greetings.Forum: Themes and Templates
In reply to: [Customizr] Create a link to the right of social iconsAwesome, works perfect !
I have putted the topic as resolved ??
The last question about this, can i add a link or dropmenu below the logo ?
Thanks.Forum: Themes and Templates
In reply to: [Customizr] Create a link to the right of social iconsPerfect! I’ll try. For mobile version also works? greetings!
Forum: Themes and Templates
In reply to: [Customizr] Make Tagline a linkHi acub, I tested the code as you said:
Add to functions.php[ Moderator note: please wrap code in backticks or use the code button. Do not use blockquote. ]
add_filter('tc_tagline_display', 'your_tagline_filter_function'); function your_tagline_filter_function($html) { return $html.'<h2 class="tagline-teaser"><a href="your_linl" title="your_description">Test</a></h2>'; }
And add style.css:
h2.site-description {diplay: none;} h2.tagline-teaser, h2.tagline-teaser a { font-size: 18px; padding-top: 0px; line-height: 20px; font-style: italic; color: #9db668; }
But not works fine for me:
https://www.greenfuelsbio.com/test_link.jpg
2 links appear, are underlined in red.
So, i want to put the flags of the qtranslate widget (or some custom links) to the right of the social icons.
Can you help me plz ?
Thanks.Forum: Themes and Templates
In reply to: [Customizr] qTranslate & customizr -> html title and meta descHello acub, i tried your modification but doesnt works, i have read this thread:
https://www.ads-software.com/support/topic/plugin-qtranslate-page-title?replies=23
I’ve gotten it to works, but without the structure of customizr title (with the | ).
Can you arrange for me plz ?
Any idea for meta desc ?
Thanks.Forum: Themes and Templates
In reply to: [Customizr] qTranslate & customizr -> html title and meta descAlso, i′m using the following plugins:
W3 Total Cache
WordPress SEOForum: Themes and Templates
In reply to: [Customizr] First letters in menu does not appear in boldThanks! works fine.
Forum: Themes and Templates
In reply to: [Customizr] How to add jpg watermarks in all pagesThanks for the help, I think it has been so good, you think? https://www.greenfuelsbio.com
This topis is resolved.Forum: Themes and Templates
In reply to: [Customizr] How to add jpg watermarks in all pagesWorks fine, but can i make the background image fill 100% width of the page?
I can change the height and transparency through css? or I have to modify the image with an image editor?
thanks.