Forum Replies Created
-
AuthorPosts
-
April 26, 2017 at 8:08 am in reply to: Turn Off "Add to Cart" / "Show Details" Transparency, Hover Effect #783305
Hi,
We glad that your problem was solved :)
Best regards,
John TorvikApril 26, 2017 at 8:07 am in reply to: API key + enfold update = wp admin crashdown cant access dashboard #783304Hey nerybbs,
I am not sure if I understood your question very well, may you explain it with other words, please?
Best regards,
John TorvikApril 26, 2017 at 7:45 am in reply to: Child theme on existing site + Quick Css and theme settings #783293Hey nuncer,
First off, thanks for using our theme :)
Follow the answers to your questions:
1. To create a child theme, follow this tutorial: kriesi.at/documentation/enfold/using-a-child-theme/
2. This question may be solved using this plugin: https://deliciousbrains.com/wp-migrate-db-pro/
– Using the above plugin, the quick CSS will be saved automatically, but copy and paste it in a backup file on your computer just for precaution.
Best regards,
John TorvikHi,
I apologize, but I`ve checked your site and this title is aligned to the left, check it here: http://prntscr.com/f0wxac
Best regards,
John TorvikHi,
May you check your cache? Because I
ve checked your site and there isn
t this line: http://prntscr.com/f0wvngBest regards,
John TorvikHey!
Infelizmente não temos contato por telefone, mas você pode me enviar um email em (Email address hidden if logged out) se isso for te ajudar melhor :)
Regards,
JohnHi,
let us if you need some help :)
Best regards,
John TorvikHey steveclikk,
If possible, may you provide us some screenshots about your problem?
Best regards,
John TorvikHi,
You can change the background (no hover) adding this code:
.advanced_menu_toggle { background: #000; border: 1px solid #000; }
and to change the background when you`re hovering add this custom code:
.advanced_menu_hide { background: red; border: 1px solid red;
Best regards,
John TorvikHey!
Eu falo português, então, qualquer dúvida, pode ficar a vontade que eu estarei a sua disposição :)
Regards,
JohnHi,
May you provide us your WP credentials?
Best regards,
John TorvikHey tremblayly,
Please, may you provide us some screenshots about your problem?
Best regards,
John TorvikHey simonac,
To add a different logo on the sticky header, add this custom CSS code:
.header-scrolled .logo img { opacity: 0; } .header-scrolled .logo a { background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); background-repeat: no-repeat; background-size: contain; }
About your second question, I`ll check it better and return you an answer.
Best regards,
John TorvikHi,
Please, how can we access the dashboard? The link that you provided is not found when I add the wp-admin in the URL.
Best regards,
John TorvikHi,
I
ve checked your page and I saw that you didn
t enable the custom ID to add the anchor to the row. Follow this article to learn about it: kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/Best regards,
John TorvikHi,
First off, thanks for using our theme :)
This plugin should help you: https://wordpress.org/plugins/dynamic-asset-versioning/ that will update the assets version.
Best regards,
John TorvikHi,
When you add a single image using our Advanced Layout Builder, you can disable the lightbox function though the link settings tab here: http://prntscr.com/f0hmpq
Best regards,
John TorvikApril 25, 2017 at 6:04 am in reply to: Move next and previous links at the bottom pf the post #782647Hi,
May you provide us your website link? This way is easier to solve your question.
Best regards,
John TorvikHi,
Now, do you want to change the menu color in the sticky header or default?
Best regards,
John TorvikHi,
May you provide us your blog link to check which blog layout you`re using and this way, we can provide you a custom code to change this.
Best regards,
John TorvikHi,
You can try two things:
1) Clear your cache to have sure that isn`t a cache problem.
2) Add the same code provided by Andy but inside a media query like this:
@media screen and (max-width: 769px) { }
Best regards,
John TorvikHi,
Using the plugin is the best way to do it and it`s easier.
Best regards,
John TorvikHi,
This link should help you: https://docs.woocommerce.com/document/fixing-blurry-product-images/
Best regards,
John TorvikHi,
Thanks for the info :) I solved your problem adding these custom CSS code:
.image-hover-garagedoors:hover { background-image: url('https://www.mesagaragedoors.com/wp- content/uploads/2017/04/garagedoors_hover.png') !important; background-repeat: no-repeat; display: block; width: 148px; height: 139px; } .image-hover-garagedoors:hover .avia_image { display: none !important; }
Just repeat the custom class process and replace the “image-hover-garagedoors” and the background-image url.
Best regards,
John TorvikApril 23, 2017 at 9:32 am in reply to: Trying to activate "event tracking" on "buy now"-buttons #781912Hi,
Try this code:
$('.button-contact a').on('click', function(e){ ga(‘send’, ‘event’, ‘button’, ‘click’, ‘Send Request’); });
Best regards,
John TorvikHey Krzysztof,
First off, thanks for using our theme :)
This feature isn`t available on our theme, but you can request it here: kriesi.at/contact/customization as a freelance or you can request it as a new feature though this link: kriesi.at/support/enfold-feature-requests/
Best regards,
John TorvikHi,
We glad that your problem was solved!
Let us if you have any questions in the future.Best regards,
John TorvikHey therealcrazy8,
Did you try to disable all the plugins to check if it works?
Best regards,
John TorvikHey Dexter,
Thanks for getting in touch :)
I am transferring your ticket to my co-worker that will handle it better :)
Best regards,
John TorvikHi,
You can set a exclusive body class for each language adding the follow custom code at your functions.php
// Add specific CSS class by filter add_filter('body_class','my_class_names'); function my_class_names($classes) { // add 'class-name' to the $classes array if(ICL_LANGUAGE_CODE == 'en'){ $classes[] = 'class-name'; }elseif(ICL_LANGUAGE_CODE == 'fr'){ $classes[] = 'class-name'; } // return the $classes array return $classes; }
Just change the ‘en’ and the ‘fr’ by your languages and the ‘class-name’.
Best regards,
John Torvik -
AuthorPosts