Forum Replies Created
-
AuthorPosts
-
Hey!
You are welcome! Let us know if you have any other questions or issues. Happy new year! :)
Cheers!
YigitHi!
Please go to Enfold/includes folder and open loop-index.php file and find
$featured_img_desc = the_title_attribute('echo=0');and change it to
$featured_img_desc = "Here goes your custom text";Best regards,
YigitHi!
Please add following code to Quick CSS as well
.main_color li { color: #bd0d0d; }Best regards,
YigitHey!
I could not reproduce the issue on my end as well. I do not have the exact device too but i tested your website on Safari on iphone and OS X 10.10. If you have a chance, please try checking your website on another ipad air.
Best regards,
YigitHey!
Yes, please also see – http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
Best regards,
YigitHey!
Please try adding following code to Functions.php file of your child theme
function add_custom_gtm(){ ?> <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-MN3P7B" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:";j.async=true;j.src= '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-MN3P7B');</script> <?php } add_action('wp_head', 'add_custom_gtm');Best regards,
Yigit-
This reply was modified 9 years, 10 months ago by
Yigit.
Hi schoefa2!
Please see – https://developer.chrome.com/devtools
Using developer tools, you can easily find the right selector for elements..avia-menu.av_menu_icon_beside { border-color: red; }Regards,
YigitHey modelity!
Enfold version 3.0.4 is fully compatible with WordPress 4.1. I will ask Kriesi to update the information on ThemeForest profile.
Regards,
YigitHey!
You can check it in Quick CSS field (or custom.css file, depending on where you have added the code). If you do not mind creating a temporary admin login and posting it here privately, we can look into it as well
Regards,
YigitHi svetkol!
Please install this plugin – https://wordpress.org/plugins/codestyling-localization/ and once again make sure that strings are translated and that you have generated mo file
Best regards,
YigitHi Dominique!
Please go to Enfold theme options > General Styling > Fonts and change font family as needed. If you would like to apply changes on certain sections, please elaborate on the changes you would like to make.
Best regards,
YigitHi Dominique!
Can you post the link to your website and a screenshot showing the changes you would like to make please? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here
Cheers!
YigitHey!
Please add following code to Quick CSS as well
div#section-overlay > .container { max-width: 100%; }Cheers!
YigitHey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 768px) { .team-img-container { margin: auto; }} .home div#av_section_2 a:hover { color: orange; } .home div#after_section_3 { display: none; }Please go to Enfold theme options > Footer and check “Social Icons”
Best regards,
YigitDecember 30, 2014 at 10:38 am in reply to: Icon Alignment on Mobile | Change from vertical to Horizontal #372992Hey!
You should place those icons into Color Sections with custom ID as well in order to avoid applying the changes on all 1/5 column elements.
Best regards,
YigitHey JoelGoldstein!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.mejs-offscreen { display: none!important; }Regards,
YigitHi!
You are welcome! We will keep the thread open, feel free to post if you have any issues with the remarketing code or not :)
Best regards,
YigitHey!
You can edit the post and change the title if that what you would like to change. If not, please post a screenshot and show the changes you would like to make. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.
Cheers!
YigitHey!
Can you please try re-updating the theme, preferably via FTP and make sure to overwrite all files – kriesi.at/documentation/enfold/updating-your-theme-files/
Currently some files seem damaged, overwriting them should fix the issueCheers!
YigitHey!
You are welcome, glad we could help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Regards,
YigitHey!
Please use following code instead
#top .title_container .container { padding-top: 0; padding-bottom: 0; min-height: 36px; }Cheers!
YigitHi annebetts!
Please try de-activating all active plugins and check if that helps. If it does not, please create a temporary admin login and post it here privately
Cheers!
YigitHey Ed!
Please see – http://kriesi.at/documentation/enfold/change-the-default-font-size/
You can adjust Heading element font sizes in Enfold theme options > Advanced Styling tabCheers!
YigitDecember 29, 2014 at 5:35 pm in reply to: Alt version of layer slider slideshow for slower 3g mobile devices #372671Hey!
Yes, you can add shortcode into a Code Block element. Also you can add another Advanced LayerSlider element to your page and hide it on desktops. Please let us know when you add second layerslider so we can provide you custom CSS for hiding it too
Cheers!
YigitHi!
You are currently using an older version of Enfold which is not compatible with WordPress version you are using. Please update Enfold to the latest version 3.0.4 – kriesi.at/documentation/enfold/updating-your-theme-files/ :)
Best regards,
YigitHey!
Please add following code to Quick CSS
.title_container .main-title a { font-size: 12px; }Cheers!
YigitHi cr3epy!
Can you please post the link to your website? Please note that we may need a temporary admin login as well
Regards,
YigitDecember 29, 2014 at 5:13 pm in reply to: mouseover effect from black and white to color in footer #372651Hi!
Please try adding following code to Quick CSS as well
.avia-logo-element-container img { filter: grayscale(100%); -webkit-filter: grayscale(100%); filter: gray; -webkit-transition: all .6s ease; } .avia-logo-element-container img:hover { filter: grayscale(0%); -webkit-filter: grayscale(0%); filter: none; } .image-overlay { display: none !important; }Regards,
YigitHi!
Please try adding following code to Functions.php file in Appearance > Editor
function add_custom_data(){ ?> <script> jQuery(window).load(function(){ jQuery("#DataTables_Table_0").dataTable().fnDestroy(); }); </script> <?php } add_action('wp_footer', 'add_custom_data');If that does not work, please try contacting plugin author, they should have better insight on the issue and what could be causing it.
Regards,
Yigit -
This reply was modified 9 years, 10 months ago by
-
AuthorPosts
