Forum Replies Created

Viewing 30 posts - 60,301 through 60,330 (of 67,539 total)
  • Author
    Posts
  • in reply to: update 2.6 = lost menu control #236029

    Hey aqcmadmin!

    Thank you for using the theme. I hope you’re doing great.

    I checked the website and the menu looks fine. Please remove browser cache then reload the page a few times. The header configurator offers a lot of new ways to design the header. Please try to experiment with that.

    Regards,
    Ismael

    in reply to: WPML Language Switcher disappeared #236024

    Hey!

    Thank you for using the theme. I hope you’re doing great.

    I added the language selector on includes > helper-main-menu.php. Please check it here: http://www.dentaparks.de/wp/

    Regards,
    Ismael

    in reply to: 404 Error Page #236020

    Hi tomshanks!

    I’m sorry if I don’t understand you correctly. Do you want to create a maintenance mode version? Why would you want to redirect to a 404 page?

    Cheers!
    Ismael

    in reply to: URGENT HELP PLEASE – Site is not displaying properly #236017

    Hey bryanpeck!

    Thank you for using the theme. I hope you’re doing great.

    Please try to recreate the slider from scratch. See if the image shows again.

    Cheers!
    Ismael

    in reply to: Drop Down Menu for Portfolio Categories? #236016

    Hey!

    Thank you for using the theme. I hope you’re doing great.

    Unfortunately, that is beyond the scope of support and is not possible without major modifications. Please hire a freelance developer to modify the portfolio sort. For further customization, please visit Werkpress.

    Best regards,
    Ismael

    in reply to: Edit Portfolio Category List #236010

    Hey techgrayscale!

    How are you? I hope you’re doing well today.

    Please add this on Quick CSS or custom.css:

    .inner_sort_button {
    font-size: 20px;
    }
    
    div.av-masonry-sort.main_color {
    background-color: blue;
    }

    Regards,
    Ismael

    in reply to: Fullscreen slider srcoll down bug #235760

    Hey DavyE!

    Thank you for using the theme. I hope you’re doing great.

    I’m sorry but I don’t see the jump on the full screen slider. Maybe you’re talking about the parallax effect but it is the normal behaviour of the fullscreen slider. Let me ask the rest of the support team member to check this.

    Regards,
    Ismael

    in reply to: Issue after 2.6 Upgrade with WordPress SEO from YOAST #235747

    Hey fragezeichen!

    Can you please give us a link to the website? Add this on functions.php:

    add_action('init','remove_yoast_analysis');
    function remove_yoast_analysis(){
    remove_filter('wpseo_pre_analysis_post_content','avia_wpseo_pre_analysis_post_content_fix', 10, 1);
    }

    Please try to increase the wordpress php memory limit. Refer to this link: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Best regards,
    Ismael

    in reply to: Gallery Photo opening file #235743

    Hey!

    How are you? I hope you’re doing well today.

    Maybe the easy fancy box is the cause of the issue. Please deactivate the plugins especially the cache plugin then test it again. Post the login details here and set it as a private reply.

    Cheers!
    Ismael

    in reply to: widget latest news with full content with read more #235739

    Hey!

    How did you get the second read more link?

    Please add this on Quick CSS to remove the second link:

    .widget .more-link {
    display: none;
    }

    Replace the code above with this:

    $more = 0; 
    				the_content();
    				echo "<a class='widget-more-link' href='".get_permalink()."'>".__('Read more','avia_framework')."<span class='more-link-arrow'>  &rarr;</span></a>";
    $more = $more_bak;

    You can adjust the style of the link using the “.widget-more-link” selector.

    Cheers!
    Ismael

    in reply to: Enlarged and Centered Logo but I screwed up Repsonsive #235733

    Hey wideglidemike!

    How are you? I hope you’re doing well today.

    Please add this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
    .responsive .logo, .logo a, .logo a img {
    position: relative;
    height: auto;
    float: none;
    max-width: 100% !important;
    }
    }

    Cheers!
    Ismael

    in reply to: dummy data #235730

    Hi Robert188!

    Thank you for using the theme. I hope you’re doing great.

    Importing the dummy data will not override the existing products or pages. You might have to deal with duplicated items when you have an existing post or page that have the same title with the dummy data.

    Best regards,
    Ismael

    in reply to: New Update Does not work !! HELP!! #235729

    Hi VickenVartanian!

    I’m sorry about that. Can you please post the link to the website? Do you have a cache plugin? Please disable it. There is a new header configurator on the theme options’ header panel. Please change the settings there.

    Best regards,
    Ismael

    in reply to: Icons from iconlist not showing #235726

    Hey!

    There’s nothing really special or different on how the icon list are laid out on your installation. Not sure why they’re not showing as expected. Can you please post the login details here and set it as a private reply? Please try to recreate the icon list section from scratch.

    Best regards,
    Ismael

    in reply to: Reduce white space #235721

    Hi!

    Thank you for the question. I hope all is well with you today.

    You can reduce the top margin of the special heading element:

    .av-special-heading {
    margin-top: 0;
    }
    

    Best regards,
    Ismael

    in reply to: Double line under header after update #235720

    Hey tmunz!

    Thank you for using the theme. I hope you’re doing great.

    You can add this on Quick CSS or custom.css to remove the layer slider’s top border:

    .avia-layerslider {
    border-top: none;
    }

    Best regards,
    Ismael

    in reply to: Change Navigation Bar above the header #235714

    Hi!

    Thank you for using the theme. I hope you’re doing great.

    You can add this on Quick CSS or custom.css to move the menu closer to the slider:

    
    .html_header_top.html_header_sticky.html_large.html_main_nav_header .main_menu ul:first-child > li > a {
     line-height: 180px !important;   
    }
    
    .html_header_top.html_header_sticky.html_large.html_main_nav_header .header-scrolled .main_menu ul:first-child > li > a {
     line-height: 58px !important;   
    }

    Best regards,
    Ismael

    in reply to: Recent Posts Widget Issue #235709

    Hey tmunz!

    How are you? I hope you’re doing well today.

    Please try to use this instead:

    .image_size_widget .tweet-thumb img, .image_size_widget .news-thumb img {
        width: 28px;
        height: 28px;
        min-height: 28px;
        max-height: 28px;
    }

    Cheers!
    Ismael

    in reply to: Still having problems with Colorbox heights #235705

    Hi!

    I’m sorry but the site looks ok when I check the site here: http://quirktools.com/screenfly/#u=http%3A//tackettmull.com/mobile&w=320&h=568&a=37

    The color box section’s height adjusts properly. The height should adjust according to the section’s content unless you define a specific height using css. Can you please post the second screenshot again? Add this on Quick CSS to fix the font size of the buttons.

    @media only screen and (max-width: 767px) {
    span.avia_iconbox_title {
    color: white;
    font-size: 15px;
    }
    }

    Did the code on my previous post fix the height issue on mobile view? Let me ask Devin and Josue to check this on their iOS device.

    Regards,
    Ismael

    in reply to: Custom loading Portfolio titles #235690

    Hi!

    You can still use the portfolio grid element then add this on Quick CSS or custom.css to remove the grid image or featured thumbnail:

    .grid-image.avia-hover-fx {
    display: none;
    }

    Cheers!
    Ismael

    in reply to: Blog post not responsive in full width #235664

    Hey!

    How are you? I hope you’re doing well today.

    Please add this on Quick CSS or custom.css to place the thumbnail on top of the post.

    @media only screen and (max-width: 767px) {
    .responsive .template-blog .blog-meta, .responsive .post_author_timeline, .responsive #top #main .sidebar {
    display: none;
    position: relative !important;
    width: 100% !important;
    }
    
    .single-post .single-small.with-slider .small-preview {
    width: 100%;
    text-align: center;
    background: transparent;
    height: auto;
    }
    
    #top .fullsize .template-blog .big-preview a, #top .fullsize .template-blog .small-preview img {
    width: 180px;
    margin: 0 auto;
    }
    }

    Regards,
    Ismael

    in reply to: widget latest news with full content with read more #235635

    Hi!

    Please edit Dude’s code, look for this line:

    $more = 0; 
    				get_the_content(__('Read more','avia_framework').'<span class="more-link-arrow">  &rarr;</span>');
    $more = $more_bak;

    Replace it with:

    $more = 0; 
    				the_content();
    				echo "<a href='".get_permalink()."'>".__('Read more','avia_framework')."</a>";
    $more = $more_bak;

    Cheers!
    Ismael

    in reply to: 2nd Attributes box background colour #235610

    Hey jpdesignecomm!

    How are you? I hope you’re doing well today.

    It is intended as alternate color scheme. You can add this on Quick CSS or custom.css to make it transparent:

    .main_color tr:nth-child(even) {
    background-color: transparent;
    color: #666666;
    }

    Cheers!
    Ismael

    Hey karbonato!

    Thank you for using the theme. I hope you’re doing great.

    The latest Enfold update 2.6 includes a Header-configurator which you can use to modify the header in so many ways. You might want to look into that. Please post the link of the website here so that we can inspect it.

    Cheers!
    Ismael

    in reply to: enfold avia-title with badgeOS and buddyPress #235593

    Hi JordanePeters!

    Thank you for the question. I hope all is well with you today.

    I activated the BadgeOS plugin on my end but it doesn’t affect the page titles. I haven’t configured anything. Maybe the BuddyPress plugin is causing the issue which unfortunately is not supported by Enfold. Please contact the plugins’ authors and ask for any insights why this is happening. Post the link of the website here so that we can inspect it.

    Cheers!
    Ismael

    in reply to: Single column portfolio #235589

    Hey DURMAST!

    How are you? I hope you’re doing well today.

    Create a page then insert the Portfolio Grid element. Select “1” for the column options.

    Regards,
    Ismael

    in reply to: Video and parallax #235584

    Hi stenblokken!

    Thank you for using the theme. I hope you’re doing great.

    Can you please give us a link to the website?

    Regards,
    Ismael

    in reply to: how to setup right top & main menu ? #235580

    Hi!

    Thank you for using the theme. I hope you’re doing great.

    Unfortunately, you can’t do that with Enfold. The theme use shortcodes to build a page and does not rely on templates. This is actually possible with wordpress conditionals or css but it will take a lot of modifications. Please hire a freelance developer to create a different header. For further customization, please visit Werkpress.

    Regards,
    Ismael

    in reply to: Google maps Widget – Bug #235569

    Hi!

    I’m sorry you’re having issues with the google map plugin but the sensor parameter is already set. Maybe you can try another google maps plugin such as: http://wordpress.org/plugins/wp-google-maps/

    Regards,
    Ismael

    in reply to: iPad menu display issue #235564

    Hey!

    How are you? I hope you’re doing well today.

    Please post the login details here and set it as a private reply.

    Best regards,
    Ismael

Viewing 30 posts - 60,301 through 60,330 (of 67,539 total)