Forum Replies Created
-
AuthorPosts
-
Hi Konstantin!
Thank you for visiting the support forum!
You can copy the header.php file on your child theme folder then place the tagmanager code right after the body tag:
<body id="top" <?php body_class($style." ".$avia_config['font_stack']." ".$blank); avia_markup_helper(array('context' => 'body')); ?>>Cheers!
IsmaelHi!
Thank you for the update.
Do you mind if we take a look at the website? On the same page, at the top of the code suggested, please look for this codes:
if(empty($avia_config['widget_image_size']) || 'display title and excerpt' != $excerpt) { echo "<strong class='news-headline'>".get_the_title(); if($time_format) { echo "<span class='news-time'>".get_the_time($time_format)."</span>"; } echo "</strong>"; } echo "</a>";Replace it with:
if(empty($avia_config['widget_image_size']) || 'display title and excerpt' != $excerpt) { echo "<strong class='news-headline'>".get_the_title(); if($time_format) { echo "<span class='news-time'>".get_the_excerpt()."</span>"; } echo "</strong>"; } echo "</a>";Cheers!
IsmaelHey Vabel!
Unfortunately, that is not possible yet. Only the pages that you set as Enfold Main Menu will be included on the mobile or responsive menu. You might need to find a plugin or hire a freelance developer to add the feature for you. Please visit Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.
If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.
Cheers!
IsmaelHey riatech!
Thank you for using the theme!
I checked the website on mobile view by resizing the browser and the input fields looks ok. Did you fixed this?
Best regards,
IsmaelHey!
Thank you for the update.
You can use this to set the width of the gallery thumbnails:
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a { width: 125px !important; }The default width is 20%, also, depend on the number of columns that you set on the gallery options. Note that specifying the width using pixels might break the layout on smaller screens.
Use this to convert the thumbnails to grayscale:
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a img { filter: url(filters.svg#grayscale); filter: gray; -webkit-filter: grayscale(1); } #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a:hover img { filter: none; -webkit-filter: grayscale(0); }Best regards,
IsmaelHey warittelmann!
Thank you for using the theme! Glad you like it.
Yes, you can insert the Advance Layer Slider on any page that you want.
Best regards,
IsmaelHi!
We’re sorry that you’re having this issue. If you don’t mind, we would like to take a look at your websites. Please make sure that you’re running the latest version of Enfold, version 2.7, and that you have minimal plugins activated. Also, please check the file permission of the wp files including the uploads folder located on wp-content folder.
Cheers!
IsmaelHi bayraktart!
After reviewing the information provided above, I would try checking with your hosting provider on this particular issue as it sounds like something related to your setup is causing this. Typically, this is due server configuration problems (i.e. underpowered, traceroute issues, packet loss, permissions errors, et cetera). Additionally, your host will be able to diagnose things much better due to the fact that they have a more complete view of your account and can work behind the scenes with you. If the problem you are experiencing persists after working with your host, don’t hesitate to let us know and we will be happy to assist you. Any relevant information that you can share with us from your host is also greatly appreciated as it will help us to better ascertain the source of the problem.
If you have access to php.ini, please add this settings:
upload_max_filesize: 64M post_max_size: 90M memory_limit: 128M max_excecution_time: 600 max_input_time: 600Regards,
IsmaelHey!
Honestly, we haven’t tried the plugin but as long as it doesn’t contain any heavy scripts that might be in conflict with the theme, the plugins should work just fine. Regretfully, we cannot provide support for third party plugins or scripts as stated on our support policy due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not included on the theme package will need to be directed to the plugin author.
Best regards,
IsmaelHi!
Thank you for the update.
Please add this to fix the borders:
#header_main { border-bottom: 0; }I checked the website but I don’t see any dropdowns. Can you please provide a link to the actual page?
Best regards,
IsmaelHi Vabel!
Thank you for using the theme!
Are you referring to the category archive page with title Archive for category: Category Name? Do you mind if we take a look at the page? It is already set to H1.
Cheers!
IsmaelHi FRANXIZKO!
Thank you for the link but it’s not loading on my end. Can you please post a screenshot? Based on the information that you have given on your post, it looks like this kind of navigation will require a lot of modifications. You might need to find a plugin or hire a freelance developer to add the feature for you. Please visit Werkpress for further customization.
If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.
Best regards,
IsmaelApril 26, 2014 at 12:44 pm in reply to: Fullscreen Background, transparent Main Content / Sidebar #256559Hi!
Thank you for the link.
I checked the website and the icon boxes are transparent. Please use this for the icon list and the textblock.
div#after_section_1 .container ul.avia-icon-list.avia-icon-list-left.avia_animate_when_almost_visible.avia_start_animation, div#after_section_1 .container section.av_textblock_section { background: rgba(255,255,255,.8); padding: 10px; }Best regards,
IsmaelHi!
Thank you for the update.
Unfortunately, it is not possible with the default contact form . You can use the Contact Form 7 plugin.
Regards,
IsmaelApril 26, 2014 at 12:30 pm in reply to: Replace toggle icon with another entypo-fontello font OR use a png #256551Hi!
Thank you for using the support forum!
You can change the mobile icon character code on functions.php. Look for the mobile char codes for example on line 223:
'mobile_menu' => array( 'font' =>'entypo-fontello', 'icon' => 'ue8a5'),Create a page then insert an Icon element, find the character codes by hovering over the icons:

We’ll use the char code on the example above but we’ll remove the backslash.
'mobile_menu' => array( 'font' =>'entypo-fontello', 'icon' => 'ue809'),I hope that helps.
Cheers!
IsmaelHey!
Glad it works.
Have you tried adding the layer slider shortcode inside a Color Section? Add an ID, edit the section then look for the “For Developers: Section ID”. Let’s use the id layer-slider-section for example. Add this on Quick CSS or custom.css to force the color section’s container to full width:
#layer-slider-section .container { width: 100%; }Inside the color section, add a text block with the layer slider shortcode inside.
Regards,
IsmaelApril 26, 2014 at 11:54 am in reply to: Google Chrome: All Slider Content In Sections Get Chopped Off (Intermittently) #256540Hey Frank!
Thank you for using the theme!
Do you mind if we take a look at the page with the issue? Please post the website url here. We would like to inspect it.
Cheers!
IsmaelHey!
Thank you for the update.
Please make sure that you choose the second option on Header Mobile Menu activation. If that doesn’t work, please use this on Quick CSS or custom.css:
@media only screen and (max-width: 989px) and (min-width: 768px) { .responsive .main_menu ul:first-child > li > a { padding: 0 7px; } .av-main-nav > li > a { font-size: 11px; } }Regards,
IsmaelApril 26, 2014 at 11:45 am in reply to: SSL/https issue: Pages Containing Tabs break, the dynamic content is then hidden #256533Hi!
Thank you for using the theme!
I checked the website but I don’t see any tabs and the home page looks great. Did you remove it? https://goldensurrogacy.info/
Another thing is, you’re using a very old version of the theme, 2.4.2. Please download the latest version 2.7 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
IsmaelHey!
@chzumbrunnen: Thanks for helping out. Did it work for you?
@discosourcedjs: Sorry for the missing info. Yes, you have to place it on functions.php. Please let us know if it works.Cheers!
IsmaelHi!
Thank you for the link.
I tried to check the website but it’s not loading on my end. I’ll ask Josue to check this again. Please wait for his response.
Regards,
IsmaelApril 26, 2014 at 11:37 am in reply to: Link Content Element 'Icon' to Layout Element 'Color Section' #256526Hi!
Thank you for the link.
Please add this on Quick CSS or custom.css:
.content, .sidebar { padding-top: 10px; padding-bottom: 20px; }Cheers!
IsmaelHey!
Thank you for visiting the support forum!
Do you have the latest version of Enfold? Please add this on Quick CSS or custom.css:
@media only screen and (min-width: 1140px) { .responsive .container .nine.units { width: 730px; } }Regards,
IsmaelHey!
Thank you for the update.
Please add this on Quick CSS or custom.css:
#top .avia-content-slider, #top .avia-content-slider-inner, #top .avia-content-slider-inner .slide-entry-wrap { -webkit-transform-style: flat; }Cheers!
IsmaelApril 26, 2014 at 11:28 am in reply to: Title attrib in submenu not available option in mega menu #256521Hey!
Thank you for the update.
It does work on our end. Please try to remove browser cache then reload the page a few times. If you have any cache plugin, please empty the cache. Add !important on the css value.
add_action('admin_print_scripts', 'avia_gravity_forms_admin'); function avia_gravity_forms_admin() { echo "<style type='text/css'>"; echo " .avia_mega_active.menu-item-depth-2 .description-title, .avia_mega_active.menu-item-depth-3 .description-title{ display: block !important; }"; echo "</style>"; }Cheers!
IsmaelHi!
Thank you for the info.
That is weird. Do you mind if we take a look at it? Please deactivate all plugins then post the login details here as a private reply. Please make sure that you’re running the latest version of the theme which is version 2.7.
Cheers!
IsmaelHey!
Thank you for the info.
Please edit functions.php, find this code on line 110:
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270); // big images for blog and page entriesReplace it with:
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>400, 'crop'=>false); // big images for blog and page entriesUpload the image again or regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Regards,
IsmaelHi!
Thank you for the update!
Please make sure that you’re running Enfold 2.7. There’s a workaround posted by another user, please try it. Refer to this link: https://kriesi.at/support/topic/blog-pagination-6/
Regards,
Ismael -
AuthorPosts
