Forum Replies Created
-
AuthorPosts
-
April 25, 2016 at 4:37 am in reply to: Font color issue on top menu – mobile mode (index page only) #620946
Hi zeelim!
The site looks good on my end please see screenshot attached. Try to hard reload and empty browser cache and review the site again.
To do a hard refresh… First press Ctrl + F5 to open the Chrome Dev Tools then hold down Ctrl and click on the Reload button.
Cheers!
VinayHi!
Did you install the code i previously provided into functions.php ? That should have solved most of the errors on the site for you..
Please install this plugin and run it https://wordpress.org/plugins/artiss-transient-cleaner/ in most cases it resolved the update options if you are not currently seeing it. If this don’t work for you the theme need to be installed via FTP. Once the theme is updated to the latest version everything will work fine for you.
Cheers!
Vinay-
This reply was modified 9 years, 2 months ago by
Vinay.
Hi jesseaborden!
We will surely help you but the login credentials you’ve provided do not work please send us working login credentials with user role as ‘administrator’ and permission to disable all plugins and add custom code if necessary to resolve the issue.
Cheers!
VinayHey!
Please change the theme name on line and in combination use the nolink in footer copyrights you should be good/
Theme Name: Enfold Child
Cheers!
VinayHey Lindberg!
You can find this in Advanced Layout builder > Media Elements > Fullwidth Easy Slider
once you add your images check the image caption options for text and buttons :)
Cheers!
VinayHey!
From the code it looks like you are not using a child theme as mentioned above you need to activate a child theme first. To do so please check this link http://kriesi.at/documentation/enfold/using-a-child-theme/
The solution I provided earlier will make the changes permanent so try the child theme first and let us know :)
Cheers!
Vinay-
This reply was modified 9 years, 2 months ago by
Vinay.
Hi luckylobo10!
Please try the below css in Enfold > General Styling > Quick CSS
.custom-class .avia-button-wrap { display: inline-block; position: absolute; bottom: 0; left: 0; right: 0; } .custom-class .flex_column.av_one_third { padding-bottom: 70px !important; }
Please NOTE : The above CSS will affect side wide hence we recommend using a custom css class name. To do so first enable CSS classs name support as mentioned here http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Then add a custom class name to the parent element and use the above code.
Or kindly use the page id class in place of the custom class to make changes only to that page.
Should look close to the screenshot in private
Regards,
Vinay-
This reply was modified 9 years, 2 months ago by
Vinay.
Hey!
I’m not aware of the header settings but another place you can try is Enfold > Header > Transparency menu color Please share the link to the page where we can inspect the element in question and help you resolve it :)
Regards,
VinayHey!
Sorry, may be i misunderstood it as we were previously talking about the block spam plugin. Please share the link to the page where we can inspect the element so we can take a closer look at it and let you know how to change the colors of the response text.
Cheers!
VinayHey!
Sure i think this can be done with CSS but it is much easier and avoids back and forth if we are able to see the elements and inspect it. kindly share the link to the page.I think you are are trying to achieve something similar please check this thread https://kriesi.at/support/topic/place-full-with-buttons-at-the-bottom-of-column/#post-620885
Adjust the bottom, left and right values in .avia-button-wrap to suit your design :)
Best regards,
Vinay-
This reply was modified 9 years, 2 months ago by
Vinay.
Hey!
We checked for the issue and the advanced layout builder is working fine. Please check the screenshot in private content.
Please try to hard refresh again. To do a hard refresh… First press Ctrl + F5 to open the Chrome Dev Tools then hold down Ctrl and click on the Reload button.
Best regards,
VinayHey!
In that case you have to edit the footer.php in wp-content\themes\enfold
around line 103 replace this
<span class='copyright'><?php echo $copyright . $kriesi_at_backlink; ?></span>
with
<span class='copyright'>powered by mydomain.com</span>
Best regards,
VinayHey Welmoed!
Please find the options to edit the menu links colors in Enfold > Advanced Styling > Menu Links
Regards,
VinayHey!
I’m sorry to say but we have not used this plugin and not aware of it’s features. It’s best to contact the plugin author as they know their plugin best.
Cheers!
VinayHey!
I don’t see any icons on the blog post please try to hard refresh and clear the browser cache and review the site. To do a hard refresh… First press Ctrl + F5 to open the Chrome Dev Tools then hold down Ctrl and click on the Reload button.
If you still have any issue please point us tot he link where we can inspect the element in question.
Cheers!
VinayHi Daniela!
Please copy and add the below code in functions.php
function add_custom_code(){ ?> <script type="text/javascript"> (function() { var path = '//easy.myfonts.net/v2/js?sid=285408(font-family=Ciutadella+Slab+Medium)&sid=285409(font-family=Ciutadella+Slab+Semi+Bold)&sid=285410(font-family=Ciutadella+Slab+Regular)&sid=285412(font-family=Ciutadella+Slab+Light)&key=7XaQYsXgYw', protocol = ('https:' == document.location.protocol ? 'https:' : 'http:'), trial = document.createElement('script'); trial.type = 'text/javascript'; trial.async = true; trial.src = protocol + path; var head = document.getElementsByTagName("head")[0]; head.appendChild(trial); })(); </script> <?php } add_action('wp_head', 'add_custom_code');
Cheers!
VinayHey fhecht!
please add the below CSS in Enfold > General Styling > Quick CSS
.post-meta-infos .date-container, .post-meta-infos .date-container + .text-sep-date{ display: none !important; }
Best regards,
VinayHey Tilman!
Please run this plugin https://wordpress.org/plugins/artiss-transient-cleaner/ in most cases it should fix the update issue.
If you are not able to view update option and also not using a child theme please backup any custom changes you may have added to the theme and download the enfold latest version 3.5.3 from themeforest and update the theme manually via FTP following the steps provided here http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/
Regards,
VinayHey!
To resolve the icon issues please follow the steps provided in this link http://kriesi.at/documentation/enfold/enable-cors/
To resolve the button issue please use the below CSS
@media only screen and (max-width: 767px) { #top .main_color .avia-color-theme-color { margin-left: 0px!important; } #top .avia-slideshow-button { display: block !important; } }
Best regards,
VinayHey!
Percentage values for font-size are relative to the parent element’s hence it’s not working for you in this case. As an alternate solution you can use vw example font-size:4vw; This should work.
The #top and !important is to increase CSS specificity just incase if there are other default styles which might overwrite this style :)
Best regards,
VinayHey!
Glad it’s sorted :)
Please feel free to get in touch with us if you need any help.
Thank you for using Enfold :)
Cheers!
VinayHey fvdwei!
This can be achieved by using custom css once you have the page up please share the link and we can provide you with basic css to achieve this list style.
It’s not clear what you need to do with the logo please share a mockup and upload to imgur.com or dropbox so we can help you better.
Cheers!
VinayHi Audiolia!
It’s not clear what you are trying to achieve.
but you can easily modify the copyrights info by following the steps provided here http://kriesi.at/documentation/enfold/change-the-footer-text-and-link/
Regards,
VinayHi!
There are several steps you need to follow to add google tracking code one of which includes verify your domain name. I hope you have performed these steps only then it will work for you.
please check this link and follow all the steps
https://support.google.com/analytics/answer/1008080?hl=en
https://support.google.com/analytics/answer/6280771
After all the necessary steps are performed you can add the tracking code in Enfold >Google Analytics Tracking Code
Regards,
VinayApril 24, 2016 at 7:10 pm in reply to: Topic: iframe code in code block > avia layout editor doest not work anymore #620847Hi wabdmoul!
It is hard to tell what exactly is going on without seeing the issue please share the link to the page where we can inspect the element in question and help you resolve it :)
Cheers!
VinayHi!
We do not see the login info in any of the private content in this thread please create a temporary user with ‘administrator’ role and share in private content with permission to deactivate all plugins and add custom code if necessary to help you resolve this issue.
Some of the screenshots are also showing a 404 please make sure the mockup links are all working as well so we can help you better :)
Regards,
VinayHey!
Please add the below code in functions.php
function modify_jquery() { if (!is_admin()) { wp_deregister_script('jquery'); wp_register_script('jquery', 'https://code.jquery.com/jquery-1.11.3.min.js'); wp_enqueue_script('jquery'); } } add_action('init', 'modify_jquery');
The login credentials do not work for us to troubleshoot this issue from dashboard. However we noticed you are probably using an old version of the theme. We have released an enfold update to match the changes made in the latest version of wordpress 4.5 If you are not using a child theme please backup any custom changes you may have added to the theme and update enfold to latest version 3.5.3 make sure you have the correct API key from themeforest.
If you are not able to view the update option in wordpress dashboard. Please update the theme manually via FTP following the steps provided here http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/Once you have updated to the latest version you can remove the above code from functions.php
Best regards,
VinayHi jinsley8!
Pressing Enter in any text editor should normally start a new line. please point us to the page where we can inspect the element in question and create a temporary user with ‘administrator’ role and share in private content with permission to deactivate all plugins and add custom code if necessary to help you resolve this issue.
Cheers!
VinayHey!
Glad we could help! We have put together some useful info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/
Cheers!
VinayApril 24, 2016 at 12:22 pm in reply to: Don't display menu on tablet & mobile version (responsive) #620781Hey!
Glad we could help! FYI we have put together some useful info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/
Regards,
Vinay -
This reply was modified 9 years, 2 months ago by
-
AuthorPosts