Forum Replies Created

Viewing 30 posts - 57,331 through 57,360 (of 67,197 total)
  • Author
    Posts
  • Hi RickSharpell!

    Thank you for using the theme.

    I’m not sure how it looks on Nexus 7 but it sure is responsive on other devices. Please check here: http://quirktools.com/screenfly/#u=http%3A//www.rickrelax.com/&w=360&h=640&a=38

    Regarding the first slide, I think you need to use the fullscreen slider if you want the text to be a part of the actual image. Or remove the text from the background image and place it as caption text. I’l ask the rest of the support team to check it on android device.

    Cheers!
    Ismael

    Hey Mkieling!

    Thank you for visiting the support forum!

    The link you provided lead us to a 404 error page. Are you referring to the advance layer slider? A screenshot of the issue will help.

    Cheers!
    Ismael

    in reply to: Masonry Blog? #287803

    Hey!

    Glad you found it. 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

    Hey Mkieling!

    Thank you for using the theme.

    You can use the Logo/Partner element on the advance layout builder or use the columns layout plus the Image elements.

    Regards,
    Ismael

    in reply to: Enfold & WPML, CSS issues #287801

    Hey snafroth!

    Thank you for using the theme.

    Please go to Enfold (DE) > Import/Export panel. Export the theme settings then import it on the English version of the site to correct some styling. You might need to change the English version’s Frontpage settings after importing the theme settings. If you have added any css modifications on the Quick CSS field, copy it then place it on wp-content > themes > enfold > css > custom.css file.

    Best regards,
    Ismael

    in reply to: Enfold – Blog posts font styling #287798

    Hey blaircomm!

    Thank you for using the theme.

    You can use the plugin firebug or google chrome’s developer tool to get the right css selectors. You can use it directly on custom.css file. For example, if you want to change the body text of single post, use this:

    .single .template-blog p {
    font-size: 18px;
    color: red;
    font-weight: bold;
    }

    Use this for the post title:

    #top .fullsize .template-blog .post-title {
    text-align: center;
    font-size: 50px;
    padding: 15px 0;
    max-width: 800px;
    margin: 0 auto;
    }

    Change the round container using this:

    span.rounded-container {
    border-radius: 0;
    }
    

    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. :)

    Best regards,
    Ismael

    in reply to: Where to host a site for fast loading speeds #287795

    Hi Mkieling!

    Thank you for using the theme.

    Do you mind if we take a look at the actual website? It really depends on the type of hosting plan that you have. If you’re using a shared server or plan, expect the loading speed of the website to be average. Try to optimize the website by following these little steps:

    1. Optimize all images with AI/Photoshop before uploading to server ‘save as web safe’ jpg
    2. Once all images are on the website optimize with ewww optimizer plugin twice 1hr 10mins apart.
    3. Install wp-smushit run once to remove jpeg extra data, then uninstall.
    4. Use BWP minify plugin to minify scripts and stylesheets.
    5. Install WP-Super cache, select all recommended settings.
    6. Logout your website, visit every page at least once to create super cache files.
    7. Join Cloudflare setup your website on their CDN, Choose options: Full CDN Optimisation save then activate purge files. once done log out.
    8. Have a cup of coffee.
    9. Visit your site after 20 minutes or so.
    10. Don’t forget to smile.

    If you’re still not satisfied with the page speed, get a dedicated server for your domain. You can try Media Temple or Bluehost. They have plans specifically for WordPress websites.

    Regards,
    Ismael

    in reply to: No "Close" button on Portfolio Lightbox #287793

    Hi!

    Thank you for the update.

    The lightbox function is not working when I check the images. Please deactivate all plugins then test it again. If the lightbox works after deactivating the plugins, activate them one at a time to find the culprit.

    Regards,
    Ismael

    in reply to: Disable Accordion Slider Image Link #287792

    Hi besamist!

    Thank you for using the theme.

    What type of accordion slider are you using? Is it image or entry based? If it is image base then you can manually set the link for each image. If you want to disable the link entirely, use this on Quick CSS or custom.css:

    a.aviaccordion-slide-link {
    pointer-events: none;
    }

    Cheers!
    Ismael

    in reply to: Social Media Icons on socket #287790

    Hey!

    Thank you for using the theme.


    @Palvarini
    : How did the developer add the social icons? Please post the website URL here. We would like to check it.

    Regards,
    Ismael

    in reply to: 2 – BlogPost Meta – Categories VS Author #287789

    Hi!

    Thank you for the update.

    The filter is actually working on my end. Testing on Enfold 2.8.1, WP 3.9.1. Anyway, please post the login details here and set it as a private reply. We would like to check it.

    Cheers!
    Ismael

    Hi!

    Thank you for the info.

    Please try this:

    add_filter('avf_title_args', 'fix_events_page_title', 10, 2);
    function fix_events_page_title($args,$id)
    {
        if(get_query_var('post_type') == 'tribe_events' && is_single())
        {
                $args['title'] = 'Screenings';
        }
        return $args;
    }

    Cheers!
    Ismael

    Hi!

    Thank you for the update.

    Please post the website URL here. We need to inspect it.

    Cheers!
    Ismael

    in reply to: Next and Previous post link #287786

    Hey!

    Glad you found it. If you still have questions, let us know :)

    Cheers!
    Ismael

    in reply to: Menu Bar, No Logo #287785

    Hi!

    Thank you for the update.

    Please add this on Quick CSS or custom.css:

    html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 36px;
    }

    Regards,
    Ismael

    Hi!

    Thank you for the update.

    It must have something to do with your wordpress core files. Please get a fresh copy of wordpress then override your installation. If possible, please test it on another browser.

    Cheers!
    Ismael

    in reply to: Logos too large in IE 10 & below #287641

    Hey!

    Thank you for the update.

    I guess you’re referring to the logo columns or slider. Please try to add this on Quick CSS or custom.css:

    #top .avia-logo-element-container.av-border-deactivate img {
        box-shadow: none;
        width: auto;
    }
    

    Good job on the website. :)

    Regards,
    Ismael

    in reply to: One page website in Enfold #287637

    Hi!

    Thank you for the update.

    1.) You can use add the absolute URL plus the anchor link. Something like this: http://www.yourwebsite/#anchor

    2.) You can add a horizontal rule element on top of the image. Set it to white space then adjust the height as necessary.

    Best regards,
    Ismael

    in reply to: 2 – BlogPost Meta – Categories VS Author #287635

    Hey Bedros!

    Thank you for visiting the support forum!

    The filter is working when I test it. Please try this:

    add_filter('avf_blog_style','avia_change_archive_blog_layout', 10, 2); 
    function avia_change_archive_blog_layout($layout, $context){
    if($context == 'archive') $layout = 'single-small';
    return $layout;
    }

    Cheers!
    Ismael

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

    Hey!

    Thank you for the update.

    You haven’t change the setting on Enfold > Header Layout > Mobile Menu panel. Look for the Header Mobile Menu Activation then choose the second option in order to show the mobile menu earlier. Add this on Quick CSS or custom.css:

    nav.main_menu {
    width: 70%;
    }
    
    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .main_menu ul:first-child > li > a {
    padding: 0 8px;
    line-height: 30px !important;
    height: 30px !important;
    }
    }

    This should wrap the other menu items on a second line.

    Cheers!
    Ismael

    Hi StepmotioN!

    Thank you for using the theme.

    You can use this plugin in order to manually sort the portfolio items: https://wordpress.org/plugins/post-types-order/

    Best regards,
    Ismael

    in reply to: Next and Previous post link #287625

    Hi Veroniqueprins!

    Thank you for using the theme.

    The navigation is already available for posts by default. You can see it on the edge of the screen.

    Best regards,
    Ismael

    in reply to: Styling keeps resetting! :( #287624

    Hey!

    Thank you for the update.

    Yes, it is definitely a good idea to turn off page cache while you’re working on the site then enable it once you’re done with the customization. Make sure that you export the theme settings on Import/Export panel in case it reverts back to an old version.

    Cheers!
    Ismael

    in reply to: Tags appearing randomly in my posts #287623

    Hi dcashion!

    Thank you for using the theme.

    Maybe, you have forgotten to close a certain html tag and it’s breaking the layout of the post. The tags should be place below the content by default. Do you mind if we take a look at the actual page?

    Cheers!
    Ismael

    in reply to: Widget display: blog, pages, everywhere #287622

    Hi kirkmc!

    Thank you for using the theme.

    You can disable the default widgets on Enfold > Sidebar Layout. Disable the Page Sidebar navigation.

    Regards,
    Ismael

    Hi Mkieling!

    Thank you for using the theme!

    If I am not mistaken, it will be included on the latest patch of the theme early next week along with other improvements. I’ll ask Kriesi to confirm.

    Best regards,
    Ismael

    Hi AndyHopkinz!

    Thank you for using the theme!

    You’ll need to create posts and add featured images. Set a category for these specific posts. Create a page then use the Masonry element on the Advance Layout Builder. Select the category of the posts.

    Best regards,
    Ismael

    in reply to: Adding icons into menu? #287617

    Hey Damian!

    Thank you for using the theme!

    You can use the icon shortcode on the menu label. Generate the icon shortcode on a post or page then add it before the menu or navigation label on Appearance > Menus panel.

    Best regards,
    Ismael

    in reply to: Get rid of gravatar icons & preview pics in blogs #287616

    Hi!

    Thank you for the update.

    Please give us a link to the actual page. A screenshot of the alignment issue will help.

    Best regards,
    Ismael

    in reply to: Blank Page No-Header No-Footer? #287615

    Hey David!

    Thank you for using the theme!

    First, create a page then leave the template setting to default. We need to find the page id of that specific page. In order to find the current page id, you can use firebug or google chrome’s inspect element. Look for the body class id. It looks something like this:

    On the example above, the page id is page-id-734. Add something like this on Quick CSS or custom.css:

    .page-id-734 #header {
    display: none;
    }

    This will remove the header on that specific page. You might need to adjust the padding of the #main container as well.

    Regards,
    Ismael

Viewing 30 posts - 57,331 through 57,360 (of 67,197 total)