Forum Replies Created

Viewing 30 posts - 57,931 through 57,960 (of 67,597 total)
  • Author
    Posts
  • Hi workerant!

    Thank you so much for visiting the support forum!

    Please add this on Quick CSS or custom.css:

    .html_header_top.html_header_sticky #header {
    -webkit-transform: translate(0,0);
    }
    

    Cheers!
    Ismael

    in reply to: Masonry Blog issues… #284383

    Hi cyrusis!

    Thank you for using the theme!

    What is the screen resolution of your monitor? Do you mind if we take a look at the current website? We applied media queries to adjust the width of the masonry entries on different screen sizes.

    Best regards,
    Ismael

    Hi wieslander!

    Thank you for using the theme!

    Edit the actual frontpage then look for the Yoast metabox, edit the SEO title and meta description there. I checked the page and the meta description is correct:

    <meta name="description" content="Hård träning och mjuk stämning.">
    

    Regards,
    Ismael

    in reply to: Update mailform codes without updating everything #284376

    Hey Jonas!

    Thank you for using the theme!

    What is the current version of your theme? If it’s lower than 2.7 or 2.6 then you’ll probably have issues with it. No, unfortunately, you need to upgrade the whole theme in order to use the contact form generator properly. Anyway, you can try to copy the class-form-generator.php then test the suggested code on the other thread. Make sure that you create a backup of the current file.

    Cheers!
    Ismael

    in reply to: Possible Bug #284372

    Hi!

    Thank you for using the theme.

    Please check the table then remove the link entirely. There’s a br tag. Maybe, there’s a space before the actual url.

    <a href="<br />
    http://www.spokenorigins.com/?page_id=3644" style="color: #000000; font-size: 12px; font-weight:bold; ">Details Here…</a>
    

    Best regards,
    Ismael

    in reply to: Footer zentrieren #284369

    Hey!

    Glad it worked. If you have any questions, let us know.

    Regards,
    Ismael

    in reply to: Post alignment inside Blog Post Content Element #284368

    Hi videogame!

    Thank you for using the theme!

    Do you mind if we take a look at one of the single post page? Do you have a sidebar there?

    Regards,
    Ismael

    in reply to: Shortcodes not rendered on mobile devices #284365

    Hi!

    Thank you for the update.

    Please deactivate the plugins especially the WPTouch Pro plugin then test it again. I don’t think you need the plugin since the theme itself is already responsive.

    Regards,
    Ismael

    in reply to: Boxed layout page width #284364

    Hi arnijon!

    Thank you for visiting the support forum!

    Please edit css > grid.css then look for all instances of the .responsive .boxed#top selector. They are usually inside a media query. Copy the media query structure to the Quick CSS field or custom.css file:

    @media only screen and (min-width: 1140px) {
    .responsive .boxed#top {
    width: 1440px;
    }
    }

    After that, you have to increase the width of the grid units in accordance to the .boxed container width.

    Cheers!
    Ismael

    Hey CB!

    Thank you for using the theme!

    Please add this on Quick CSS or custom.css:

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

    Cheers!
    Ismael

    Hi!

    Thank you for the info.

    The site including the layer slider loads fine on IE 11 and 10. On IE 9, the layer slider loads a bit late but it does show after a few script warnings which is normal when using IE 9.

    Best regards,
    Ismael

    in reply to: Enfold Bugs/Issues #283939

    Hi!

    2.) Sorry about that. Forget to close the media queries:

    @media only screen and (min-width: 1800px) {
    .responsive.html_stretched .av-masonry-entry {
    width: 17.8%;
    }
    }

    3.) The thumbnail size should remain 80x80px on desktop but the actual size of the image on the testimonial thumbnail is 180x180px. Please post the page url with the testimonials here. We would like to inspect it. If you want to use a plugin, you can try: https://wordpress.org/plugins/wp-retina-2x/

    Best regards,
    Ismael

    in reply to: Password Protect Product Categories #283933

    Hey!

    Oh! I’m sorry about that. Thank you for the clarification about the plugin. If you still have questions, let us know.

    Cheers!
    Ismael

    Hey!

    I checked the site again and the calendar is full width. Please remove browser cache or test it on another browser.

    Regards,
    Ismael

    in reply to: Portfolio prev / next UI feature issue #283930

    Hi!

    It does work when I test it. Please place it at the very bottom of functions.php file. Make sure that you copy the whole code. If possible, place the whole functions.php on pastebin.com. We’ll check it.

    Regards,
    Ismael

    in reply to: Possible Bug #283926

    Hi OriginsSpeak!

    Thank you for using the theme!

    I checked the link and it does take me to another page without the error but the url is a bit weird.
    http://www.spokenorigins.com/%3Cbr%20/%3Ehttp:/www.spokenorigins.com/?page_id=3644

    A 500 Internal Server Error can be caused by many things including but not limited to invalid permissions, invalid ownership, bad lines in your php.ini or .htaccess file etc. Please ask your host for Error Logs on your server.

    Cheers!
    Ismael

    in reply to: Word Wrap in Menu – or Have the menu on two lines #283897

    Hey!

    Thank you for the update.

    Use this to center the menu vertically:

    .av-main-nav-wrap {
    margin-top: -15px;
    }

    Cheers!
    Ismael

    in reply to: Multiple Items #283896

    Hey!

    Thank you for the update.

    1.) Please use this for the cart icon:

    .header_color .cart_dropdown_first .cart_dropdown_link {
    color: white;
    background: green;
    }

    2.) This is for the cart dropdown widget text:

    .dropdown_widget .quantity, .dropdown_widget_cart span.amount {
    overflow: hidden;
    color: #333333 !important;
    }

    3.) Use this for the menu toggle:

    #advanced_menu_toggle, #advanced_menu_hide {
    background-color: green;
    color: #ffffff;
    border-color: #3d3531;
    }

    Regards,
    Ismael

    in reply to: Editor and autocomplete #283888

    Hi!

    Glad you found a plugin. If you still have questions, let us know.

    Cheers!
    Ismael

    in reply to: Password Protect Product Categories #283887

    Hey rbulley!

    Thank you for visiting the support forum!

    I’m not sure if it’s possible to password protect an archive or category page but there is an available plugin. You might want to try it out: http://shop.mgates.me/shop/wc-products/wc-password-protect/

    Another thing that you can do is to remove all possible links to the default category pages then create your own category pages using the Product Grid elements. Set passwords for these pages.

    Cheers!
    Ismael

    in reply to: How to add Masonry Gallery to Header #283875

    Hi!

    Thank you for the update.

    You can try this on Quick CSS or custom.css:

    .page-id-41 div.flex_column.av_three_fourth.first.avia-builder-el-2.el_after_av_section.el_before_av_one_fourth.avia-builder-el-first {
    border-right: 1px solid gray;
    }

    Best regards,
    Ismael

    in reply to: Simple inline html codes #283874

    Hi!

    Thank you for the info.

    It ‘s because wordpress automatically strip out the br tags. If you want to create a new line break, just hit enter on the Text editor.

    Cheers!
    Ismael

    in reply to: Issue with Full Screen Slider #283871

    Hi jlovebomb!

    Thank you so much for using the theme!

    I checked the website and I can see that you’re using the fullscreen slider. Did you figure it out?

    Regards,
    Ismael

    Hi CaesaR2005!

    Thank you for using the theme!

    I’m sorry but the pages are not loading on my end. Just to be clear, when you open these pages, it says “Private Content”? My guess is that a plugin is restricting the access to these pages. Please deactivate all plugins then test it again on another browser or computer.

    Best regards,
    Ismael

    Hi Ben!

    Thank you for using the theme!

    I’m sorry but the height of the sidebar will depend on the widget or content inside it. You need to create a script that will calculate the height of the container_wrap_first div then apply it on the sidebar. Please visit Envato Studio or Werkpress for further customization.

    Regards,
    Ismael

    in reply to: Mobile Menu #283865

    Hey!

    Thank you for the heads up!

    I’ll ask Kriesi and Dude to take a look. For the meantime, please go to Enfold > Header Layout > Mobile Menu panel. Deselect or deactivate the Hide Mobile Menu Submenu Items option.

    Cheers!
    Ismael

    in reply to: Portfolio prev / next UI feature issue #283862

    Hi fusion01!

    Thank you for using the theme!

    Please add this on functions.php:

    add_filter('avia_post_nav_settings','avia_remove_fullwidth_slider_check', 10, 1);
    function avia_remove_fullwidth_slider_check($settings)
    {
    $settings['is_fullwidth'] = false;
    return $settings;
    }

    Best regards,
    Ismael

    in reply to: Can't save changes, but only to the homepage #283861

    Hey!

    I would like to check the advance layout builder too but the login credentials that you have created is not working anymore.

    themeadmin
    josue1
    

    Best regards,
    Ismael

    in reply to: Feature query #283860

    Hi fusion01!

    Thank you for using the theme!

    Edit the portfolio item then look for the Overwrite Portfolio Link setting. Select define custom link then add the URI of the image that you want to show on the lightbox. Unfortunately, you can only add a single image.

    Regards,
    Ismael

    Hey Pogona82!

    Thank you for using the theme!

    Please go to Settings > Media, adjust the Large thumbnail’s width and height to 9999 then regenerate the thumbnails.

    Best regards,
    Ismael

Viewing 30 posts - 57,931 through 57,960 (of 67,597 total)