Forum Replies Created

Viewing 30 posts - 58,651 through 58,680 (of 67,175 total)
  • Author
    Posts
  • in reply to: Moderator custom image and css #256941

    Hey!

    Alright. We’ll wait for the update. Thanks!

    Cheers!
    Ismael

    in reply to: Google Tag Manager #256939

    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!
    Ismael

    in reply to: Latest Portfolio Changes #256938

    Hi!

    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!
    Ismael

    in reply to: add footer navigation to responsive main navigation #256936

    Hey 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!
    Ismael

    in reply to: Gravity Form in Mobile browser #256930

    Hey 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,
    Ismael

    in reply to: Parent page and thumbnail issue #256929

    Hey!

    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,
    Ismael

    in reply to: slider on every page #256926

    Hey 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,
    Ismael

    in reply to: General Styling Theme Color Schemes Not Working #256923

    Hi!

    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!
    Ismael

    in reply to: Image Upload Error #256921

    Hi 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: 600

    Regards,
    Ismael

    in reply to: General Question #256920

    Hey!

    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,
    Ismael

    in reply to: Put flags in top bar #256919

    Hi!

    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,
    Ismael

    in reply to: header in categories #256570

    Hi 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!
    Ismael

    in reply to: Scrolling menu from bottom to top #256560

    Hi 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,
    Ismael

    in reply to: Fullscreen Background, transparent Main Content / Sidebar #256559

    Hi!

    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,
    Ismael

    in reply to: Fixed Socket? #256557

    Hi!

    Thank you for the update.

    Unfortunately, it is not possible with the default contact form . You can use the Contact Form 7 plugin.

    Regards,
    Ismael

    Hi!

    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!
    Ismael

    in reply to: Layer Slider Error #256543

    Hey!

    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,
    Ismael

    Hey 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!
    Ismael

    in reply to: problem with menu overlapping logo, menu disappears #256539

    Hey!

    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,
    Ismael

    Hi!

    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!
    Ismael

    in reply to: Visual Editor not working after update to WP 3.9 #256529

    Hey!


    @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!
    Ismael

    in reply to: Blog archives – Weird white dotted vertical line #256527

    Hi!

    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,
    Ismael

    Hi!

    Thank you for the link.

    Please add this on Quick CSS or custom.css:

    .content, .sidebar {
    padding-top: 10px;
    padding-bottom: 20px;
    }

    Cheers!
    Ismael

    in reply to: Enfold widget area small #256524

    Hey!

    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,
    Ismael

    in reply to: Layer Slider turns into black box when scrolling #256523

    Hey!

    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!
    Ismael

    in reply to: Title attrib in submenu not available option in mega menu #256521

    Hey!

    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!
    Ismael

    in reply to: Blog, Posts #256519

    Hi!

    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!
    Ismael

    in reply to: Featured Images #256516

    Hey!

    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 entries
    

    Replace it with:

    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>710, 'height'=>400, 'crop'=>false);		                 // big images for blog and page entries
    

    Upload the image again or regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Regards,
    Ismael

    in reply to: Pagination blog failure #256515

    Hi!

    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

    in reply to: Sidebar in single product shop view #256514

    Hey Andrew!

    Thank you for using the theme!

    You can add widgets for the single product page on Appearance > Widgets > Single Product Page widget area. Make sure that the Enfold > Sidebar Layout > Sidebar on Single Post Pages is enabled.

    Regards,
    Ismael

Viewing 30 posts - 58,651 through 58,680 (of 67,175 total)