Forum Replies Created

Viewing 30 posts - 57,241 through 57,270 (of 67,477 total)
  • Author
    Posts
  • in reply to: Google map initial view between multiple markers #294784

    Hi LukasE!

    Thank you for using the theme.

    You can decrease the Zoom Level settings of the map in order to center both markers.

    Regards,
    Ismael

    in reply to: Major problems with WooCommerce #294782

    Hey!


    @hunter74
    : Are you using the woocommerce plugin or not? You can just disable or delete it on the plugins panel if you want.

    Regards,
    Ismael

    in reply to: Blog page not using the selected sidebar #294779

    Hi!

    Thank you for the info.

    As far as I can tell it is using the correct custom sidebar which is MainSidebar FR-fr. Please remove browser cache then reload the page a few times.

    Regards,
    Ismael

    in reply to: Image Size for Layer Slider #294778

    Hey jacobs64!

    Thank you for using the theme.

    Do you want to use this image as the layer slider background? The theme demo uses images with 1700x470px dimension.

    Regards,
    Ismael

    in reply to: Video and Tabbed archived content #294776

    Hey Jcochran904!

    Thank you for using the theme.

    1.) Regretfully, this particular request is beyond the scope of support and is not a theme related issue. You might need to find a plugin or hire a freelance developer to add the feature for you. Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page. There are available modal pop plugins on the wordpress plugin repository but I’m not sure if there’s a way to schedule them.

    2.) You can try the AJAX portfolio. Create portfolio items then look for the Additional Portfolio Settings below. Set the Display Preview Images to the 4th option where you can display the preview text. Add the video code on the Add Preview Text editor.

    Cheers!
    Ismael

    Hey!

    Thank you for the update.

    Try adding this on Quick CSS or custom.css:

    body div .avia-testimonial {
    display: inline-block;
    float: left;
    }

    Remove the iPad’s browser cache before testing.

    Cheers!
    Ismael

    Hey!

    Looks like this can be fix with this:

    #top .grid-entry.no_margin.av_one_fourth {
    width: 24.9%;
    }

    Best regards,
    Ismael

    in reply to: Testimonial pushes content down #294766

    Hey tylrsmllr!

    Thank you for using the theme.

    You can add a minimum height to the testimonial wrapper. Add this on Quick CSS:

    #top .avia-slider-testimonials.avia-testimonial-wrapper .avia-testimonial {
    min-height: 130px;
    }

    Adjust the height if necessary.

    Cheers!
    Ismael

    Hey cindy531!

    Thank you for visiting the support forum.

    1.) Please use this on functions.php:

    function modify_share_title(){
    return "CHANGE THE TITLE HERE"; 
    }
    add_filter('avia_social_share_title', 'modify_share_title', 10, 2);

    2.) Add this on Quick CSS or custom.css:

    #top #wrap_all .av-social-link-rss	   	 a{color:#fff; background-color:#ffa133; }
    #top #wrap_all .av-social-link-facebook  a{color:#fff; background-color:#37589b; }
    #top #wrap_all .av-social-link-twitter   a{color:#fff; background-color:#46d4fe; }
    #top #wrap_all .av-social-link-mail      a{color:#fff; background-color:#9fae37; }
    #top #wrap_all .av-social-link-dribbble  a{color:#fff; background-color:#e44885; }
    #top #wrap_all .av-social-link-linkedin  a{color:#fff; background-color:#419cca; }
    #top #wrap_all .av-social-link-search    a{color:#fff; background-color:#222222; }
    #top #wrap_all .av-social-link-gplus     a{color:#fff; background-color:#de5a49; }
    #top #wrap_all .av-social-link-behance   a{color:#fff; background-color:#008cfa; }
    #top #wrap_all .av-social-link-flickr    a{color:#fff; background-color:#ff0086; }
    #top #wrap_all .av-social-link-forrst    a{color:#fff; background-color:#234317; }
    #top #wrap_all .av-social-link-myspace   a{color:#fff; background-color:#000000; }
    #top #wrap_all .av-social-link-tumblr    a{color:#fff; background-color:#345574; }
    #top #wrap_all .av-social-link-vimeo     a{color:#fff; background-color:#31baff; }
    #top #wrap_all .av-social-link-youtube   a{color:#fff; background-color:#a72b1d; }
    #top #wrap_all .av-social-link-pinterest a{color:#fff; background-color:#cb2027; }
    #top #wrap_all .av-social-link-skype 	   a{color:#fff; background-color:#12a5f4; }
    #top #wrap_all .av-social-link-instagram a{color:#fff; background-color:#a67658; }
    #top #wrap_all .av-social-link-five_100_px a{color:#fff; background-color:#222222; }
    #top #wrap_all .av-social-link-soundcloud  a{color:#fff; background-color:#F76700; }
    #top #wrap_all .av-social-link-xing 	     a{color:#fff; background-color:#006567; }
    #top #wrap_all .av-social-link-vk 	   	 a{color:#fff; background-color:#597BA5; }
    #top #wrap_all .av-social-link-reddit 	 a{color:#fff; background-color:#FF4500; }

    3.) Edit comments.php, find this code on line 172:

    echo "<h3 class='miniheading'>".__('Leave a Reply','avia_framework')."</h3>";
    

    Change the text.

    4.) On the same file, look for this code on line 174:

    comment_form();
    

    Replace it with this:

    $defaults = array(
        'label_submit' => __('Post a Question')
    );
    comment_form($defaults);

    Change the label_submit value.

    Regards,
    Ismael

    in reply to: Advanced Styling Guide Information #294211

    Hey MarwiUSA!

    Thank you for using the theme.

    Yes, you’re correct. Once you set the font size of the H1 element to 12px on the advanced styling panel, all h1 heading will use the preset styling which is 12px. If you want to use another styling for H1 element on different parts of the theme, use the Quick CSS field or custom.css to override the preset options.

    Although we don’t have an article about the advance styling panel in particular but in case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.

    If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)

    Regards,
    Ismael

    in reply to: Pagination won't work at blog #294206

    Hey Groeier!!

    Thank you for the update.

    We’ll report the issue to Kriesi. For the meantime please use the fix provided on the link.

    Regards,
    Ismael

    in reply to: Background Video Sizing Black Bars #294203

    Hi!

    The actual youtube video that you use doesn’t have the correct aspect ratio. It should be 16:9 or 4:3.

    This is a good example of the video that you should use: http://www.youtube.com/watch?v=5guMumPFBag

    Regards,
    Ismael

    in reply to: When clicking sub menu on ipad it turns grey #294197

    Hi!

    Yigit’s code should work. You need to remove the browsers history or cache:

    .header_color .main_menu .menu ul li a:hover {
    background-color: transparent !important;
    }

    Regards,
    Ismael

    in reply to: Enfold extremly slow #294196

    Hey!

    I don’t think you need to attend classes for this subject. Just search google and you’ll find a lot of tips and tricks regarding optimization:

    https://www.google.com.ph/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=optimizing%20wordpress%20websites
    http://codex.wordpress.org/WordPress_Optimization

    Cheers!
    Ismael

    in reply to: Anchor links z-index #294194

    Hey tocal!

    Thank you for visiting the support forum.

    Set the position property of the anchor section to relative. Something like this:

    #home_anchor2 {
    margin-top: -23px;
    z-index: 99999 !important;
    position: relative;
    }

    Regards,
    Ismael

    in reply to: Pagespeed #294191

    Hey!

    Thank you for the update.

    I checked the website and it loads considerably fast, I have a slow internet connection. Consider applying to MaxCDN or improve your hosting plan.

    Cheers!
    Ismael

    in reply to: Google Fonts Problem #294177

    Hey!


    @designbar1
    : Please use this:

    add_filter( 'avf_google_heading_font',  'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Shadows Into Light'] = 'Shadows Into Light';
    return $fonts;
    }
    
    add_filter( 'avf_google_content_font',  'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Shadows Into Light'] = 'Shadows Into Light';
    return $fonts;
    }

    Cheers!
    Ismael

    in reply to: Google Fonts Problem #294176

    Hi!

    Thank you for the update.

    This works on my end. Did you add any more code other than google font filter? Please get a fresh copy of functions.php then replace the old one. Find the code on line 16 then add the google filter. Maybe, you accidentally edited the file.

    Best regards,
    Ismael

    in reply to: Change Layout of Portfolio Items #294174

    Hi alphateddy!

    Thank you for using the theme.

    Edit config-templatebuilder > avia-shortcodes > portfolio.php, remove everything then replace it with this code: http://pastebin.com/6CSX9DBv

    Best regards,
    Ismael

    in reply to: BBPress #294173

    Hi venessanolan!

    Thank you for using the theme.

    I clicked the General Discussions forum and I was able to see the topics there. I can’t see the actual post since I’m not logged it but the topics are listed on the forum.

    Regards,
    Ismael

    in reply to: Need Layer Slider example: push transition #294171

    Hi danwinckler!

    Thank you for using the theme.

    The layer slider transition on the 5th slider is set to 2D transition example number 1 which is the Slide from right transition. I’m not sure how he added the fade effect while sliding from the right. I’ll ask the rest of the support team to check.

    Regards,
    Ismael

    in reply to: Layout Size Calculation Problem #294166

    Hey alphateddy!

    Thank you for using the theme.

    I checked the website but I don’t see the left border. A screenshot will help.

    Best regards,
    Ismael

    in reply to: layout issue #294162

    Hey!

    Thank you for the info.

    Unfortunately, the POST does not support the advance layout builder. You need to create the template on the post itself using the shortcode wand. You can actually use the advance layout builder for post but it is not advisable. Edit wp-content > themes > enfold > config-templatebuilder > avia-template-builder > config > meta.php, find this code on line 5:

    array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio','page'), 'context'=>'normal', 'priority'=>'high', 'expandable'=>true ),
    

    Replace it with:

    array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio','page', 'post'), 'context'=>'normal', 'priority'=>'high', 'expandable'=>true ),
    

    If you don’t want to do this, just use the shortcode wand.

    Regards,
    Ismael

    in reply to: Blog page not using the selected sidebar #294161

    Hey Ship-ST!

    Thank you for visiting the support forum.

    Please check the Appearance > Widgets panel. Try to remove the widgets on the “Displayed Everywhere” widget area. Also, disable the Page Sidebar navigation on Enfold > Sidebar Layout panel.

    Best regards,
    Ismael

    in reply to: making full width masonry pagination more noticeable #294157

    Hi!

    Sorry about that, please use this instead:

    span.pagination-meta {
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    }

    Cheers!
    Ismael

    in reply to: New image upon refresh? #294155

    Hey!

    Actually, the transparent header demo is not using the layer slider. It is using the fullscreen slider but you can also use the layer slider if you prefer. Enable the transparent header on the Activate Header transparency option under Layout metabox when editing the page.

    Best regards,
    Ismael

    in reply to: Why i cant make hover effect? #294154

    Hi Kayzel!

    Thank you for using the theme.

    Please disable the plugin that disables the mouse right click. We need to inspect the website. There should be a default hover style for menu items. Try to deactivate all plugins then test it again. Make sure that you’re running the latest version of the theme.

    Cheers!
    Ismael

    in reply to: Setting home page #294153

    Hi edenclark!

    Thank you for using the theme.

    Did you set the home page on Enfold > Frontpage settings? Reset the settings on Settings > Reading to default.

    Best regards,
    Ismael

    in reply to: missing icons – internet explorer #294152

    Hey stu_art!

    Thank you for using the theme.

    Please download the latest version 2.9.1 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/

    I checked the site on IE8 and 9 and the icons are there. Please refer to this link for a possible fix: http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problems

    Best regards,
    Ismael

    Hey lidiamrius!

    Thank you for using the theme.

    Please create a test page with the same fullscreen slider options. We need to see the actual issue. Also, you don’t have the latest version of the theme. Please download the latest version 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/

    Regards,
    Ismael

Viewing 30 posts - 57,241 through 57,270 (of 67,477 total)