Forum Replies Created
-
AuthorPosts
-
Hey robsdesigns,
Since to are using Yoast you should have a Yoast box at the bottom of each page to add keywords and meta description.
For the homepage, go to SEO > Titles & Metas page and then click on the “Homepage” tab. Here you can add a custom title, description, and meta keywords for your site’s homepage.
Here is a good article: How to Add Keywords and Meta Descriptions in WordPress
Please let us know if this helps.Best regards,
MikeHey Lorra,
Typically this is due to a older PHP version being used by your webhost, please ask them to update your PHP version to v7
Another solution could be to replace your header.php with this one.Best regards,
MikeHi,
Thank you for sharing your solution, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHey minimay,
I updated your script in functions.php to:function popup_inline() { ?> <script type="text/javascript"> jQuery(window).load(function(){ jQuery('.open-popup-link').magnificPopup({ type:'inline', midClick: true }); }); </script> <?php } add_action('wp_head', 'popup_inline');
Then since we can’t add the correct class to the link url inside the button, I created a new button in your code block by copying the html of your current button and adding the class:
<div class="avia-button-wrap avia-button-center avia-builder-el-53"><a href="#test-popup" class="open-popup-link avia-button avia-icon_select-no avia-color-theme-color avia-size-medium avia-position-center "><span class="avia_iconbox_title">I’d like more info, please</span></a></div>
It is now working, please check.
For anyone else wanting to do this please read here.
Best regards,
MikeMarch 26, 2018 at 12:55 am in reply to: Header logo cross the slideshow and have a shadow under the logo. #932732Hey HeeHA,
They have an image for the logo with a higher z-index to be placed over the site
this is the css:header .downBox h1{ position:absolute; left:0; top:0; z-index:99;} header .downBox h1 a{ display:block; width:378px; height:139px; background:url(https://www.tanko.com.tw/images/logo.png) no-repeat center -13px; background-size:contain; text-indent:-9999px;}
Best regards,
MikeHi,
Thank you for the update. I imagine you will be looking for a new caching plugin, perhaps WP Fastest CacheBest regards,
MikeHi,
Glad to hear, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeMarch 25, 2018 at 11:22 pm in reply to: Google Map from Media Elements not working from Avia Layout Builder #932724Hi,
Thank you for sharing your solution, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Thanks for that, I looked again on my end and found it was loaded much further down. Sorry.Best regards,
MikeHi,
I changed the code in your functions.php to:// Register new icon as a theme icon function avia_add_custom_icon($icons) { $icons['instagram2'] = array( 'font' =>'fontello', 'icon' => 'uf16d'); return $icons; } add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); // Add new icon as an option for social icons function avia_add_custom_social_icon($icons) { $icons['instagram2'] = 'instagram2'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
and choose “instagram2” in your social profile.
It is now working, please check.Best regards,
MikeMarch 25, 2018 at 9:05 pm in reply to: MissingKeyMapError on google maps – but only on one language #932694Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:.html_header_top.html_bottom_nav_header #header_main_alternate .main_menu { height: 40px!important; }
feel free to adjust to suit.
Best regards,
MikeHi,
I can try to import the Enfold 2017 Demo manually, but I will need FTP and admin access.
The login above didn’t work for me. (ERROR: Invalid username)
Please note you will lose all content with a manually install.Best regards,
MikeHey Roysenberg,
I see that your sidebar menu is behind your logo, please try this code in the General Styling > Quick CSS field:#nav_menu-3 { margin-top: 30%; }
Best regards,
MikeHey HeeHA,
Sorry, this is not available within Enfold, but there are many plugins that offer this, such as: Timeline and History sliderBest regards,
MikeHey Lodelot,
Please check the url you posted as it is not leading to a page, unless you are geo blocking IP address?Best regards,
MikeHey RafaelCaballe,
Typically this is due to a older PHP version being used by your webhost, please ask them to update your PHP version to v7
Another solution could be to replace your header.php with this one.Best regards,
MikeHey Jon Ciangiulli,
Sorry to hear this, but we are not a host, nor do we have any association with them. Our product is a WordPress theme that is used and hosted on the end users own webhost provider.
You can use a tool such as http://whois.domaintools.com/ to find the webhost and make your report there.Best regards,
MikeHi,
I added this code to the end of your functions.php file in Appearance > Editor:add_filter('avf_logo_subtext', 'kriesi_logo_addition'); function kriesi_logo_addition($sub) { $sub .= "<span class='logo-title logo-subtitle'>"; $sub .= get_bloginfo( 'description', 'display' ); $sub .= "</span>"; return $sub; }
and this code in the General Styling > Quick CSS field:
@media only screen and (min-width: 1023px) { #top .logo, #top .logo a { overflow: visible; } #top .logo-subtitle { color: #82817f !important; font-size: 18px !important; top: 1px !important; left: 250px; position: absolute; white-space: nowrap; } } @media only screen and (min-width: 744px) and (max-width: 1023px) { #top .logo, #top .logo a { overflow: visible; } #top .logo-subtitle { color: #82817f !important; font-size: 18px !important; top: 1px !important; left: 150px; position: absolute; white-space: nowrap; } }
and it is now working in tablet and desktop, it will not show in mobile as there is not enough room.
Please clear your browser cache and check.Best regards,
MikeMarch 25, 2018 at 7:40 pm in reply to: MissingKeyMapError on google maps – but only on one language #932670Hey studiono,
Please check the Enfold Theme Options > Google Services > Google Maps API for the En language to ensure the API key is there.Best regards,
MikeHi,
Can you please include a admin login in the private content area to your staging site, so we can take a closer look.Best regards,
MikeHi,
I notice that on your staging site you don’t seem to have /wp-content/uploads/dynamic_avia/ loading the avia-merged-styles css & js
If you look via FTP, is this folder and files there?
the avia-merged-styles files are necessary for the theme in v4.2.6Best regards,
MikeHey nychng,
Can you please link to where the shortcode is being used so we can investigate. I didn’t see it on your homepage.Best regards,
MikeHi,
I believe that you are saying that this issue is solved, shall we close this then?Best regards,
MikeHey mcraig77,
Can you please tell us how you updated, though FTP or WordPress?
I believe to solve your issue try deleting your enfold theme folder via FTP at:
/wp-content/themes/enfold
then upload the new enfold folder that you download from Theme Forest to upgrade.
don’t try to overwrite your old theme folder.
Please note that the standard name your the theme folder is /enfold/ yet if yours is named differently you will need to match the name.
If you are unsure of this process, please include ftp and admin access in the Private Content area.Best regards,
MikeHey Andrea,
Please read this solution: How to add an order/orderby option to the blog/post slider/portfolio/masonry grid elementBest regards,
MikeHi,
In Enfold Theme Options > Social Profiles > Your social profiles, I changed the name of “Social Icon” to Instagram, it is now showing next to your menu.
Please clear your browser cache and check.Best regards,
MikeHey GFMutiny,
Instead for using 5 columns each containing a image, text, and button. Try creating 5 columns in a row for your images, then columns in a row for your text, and 5 more columns in a row for your buttons. Then in the settings for the first column in each row choose “Equal Height”
Here is a screenshot of the editor:
Each row of columns will be equal height and responsive, here is a screenshot of the front end:
I found that there is no added top and bottom margin or padding for each column so the elements look natural.For mobile devices I created 5 more columns below, each with images, text, and buttons and I added a Custom Class “eh-mobile” to hide these columns in desktop view, where the other columns have a custom class “eh-desk” to hide from mobile view.
Here is the css to hide the elements at the brake points:@media only screen and (max-width: 766px) { .eh-desk { display:none !important; } } @media only screen and (min-width: 767px) { .eh-mobile { display:none !important; } }
If you would like to test the page I created for this example, you can download it here: equal height column test debug code.txt
and add the code to your site by Enabling the Avia Layout Builder DebugBest regards,
Mike -
AuthorPosts