Forum Replies Created

Viewing 30 posts - 5,821 through 5,850 (of 14,834 total)
  • Author
    Posts
  • in reply to: Product categories lost pages #480858

    Hi Mario!

    There just isn’t a lot of space there for the tooltips. I recommend setting the first one to display above the dot instead of to the left. How are you trying to change it? Are you wanting it to switch to the responsive mode sooner?

    Regards,
    Elliott

    Hey Fabian!

    I think I know what you mean. Kind of like how youtube opens up and takes the fullscreen correct?

    Unfortunately I do not know of any plugins / scripts that can do this. Not sure if it’s possible, perhaps you would need to use flash? If anyone has seen something like this before then please let us know.

    Regards,
    Elliott

    in reply to: Hide Button in the Backend when your write a page #480851

    Hey leplusweb!

    You’ll just need to right click your page source and view the IDs that way. Which element are you trying to remove?

    Regards,
    Elliott

    Hey Adame!

    It would take a lot of time and code to implement so it would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization.

    Best regards,
    Elliott

    Hi bluelotus!

    Try adding this on line 38 in the /enfold/includes/loop-index.php file.

    avia_social_share_links();
    

    And for the post meta in the same file on lines 147 – 148 you should see this.

    echo "<time class='date-container minor-meta updated' $markup>".get_the_time(get_option('date_format'))."</time>";
    echo "<span class='text-sep text-sep-date'>/</span>";
    

    Try moving it down to line 193.

    Best regards,
    Elliott

    in reply to: Avia builder crawlable #480362

    Hi dustinstorm!

    Yes, all of your content in the layout builder will be crawled by search engines.

    Regards,
    Elliott

    in reply to: Column Background #480360

    Hi rlogan2334!

    You’ll want to use the grid row element instead of the color section for this. You can edit each cell in the grid row and give it a background so it spans the full width.

    Cheers!
    Elliott

    in reply to: H2 advanced styling not applying to mobile #480358

    Hi inchmasterflex!

    I’m sorry but I’m not sure I understand. Can you send us a link to your page so we can get a better idea? You can set your reply as private if you wish.

    Best regards,
    Elliott

    in reply to: Author not showing with advanced editor #480357

    Hey underthedial!

    You’ll need to add that information in yourself. Drag a textblock element to your content and insert this inside.

    <header class="entry-content-header">
    <span class="post-meta-infos">
    <span class="blog-author minor-meta">
    by <span class="entry-author-link" itemprop="name">
    <span class="vcard author">
    <span class="fn">
    <a href="http://kriesi.at/themes/enfold/author/kriesi/" title="Posts by Kriesi" rel="author">Kriesi</a>
    </span>
    </span>
    </span>
    </span>
    </span>
    </header>
    

    Best regards,
    Elliott

    in reply to: Display Upcoming events on frontpage #480356

    Hey!

    Add this to your custom CSS.

    .av-upcoming-event-meta > span {
      display: inline;
      margin-right: 5px;
    }

    Cheers!
    Elliott

    in reply to: Same height of 1/3 columns #480355

    Hey supadupa69!

    Send us a link to the page and we’ll give you some CSS to use. You can set your reply as private if you wish.

    Regards,
    Elliott

    in reply to: Pricing Table – Mobile Issue #480353

    Hi etaleem!

    Send us a link to your page and paste the code your using here and we’ll take a look. You can set your reply as private if you wish.

    Best regards,
    Elliott

    in reply to: Post slider autorotation #480351

    Hi chapdes!

    Try line 3900 in the /enfold/js/shortcodes.js file.

    interval:5,
    

    Best regards,
    Elliott

    in reply to: Archives Links Do Not Work #480348

    Hi Ryan!

    Try creating a copy of your .htaccess file and then delete it and then set your permalinks to postname in Dashboard > Settings > Permalinks and save. If they are already set to postname then hit save once more to refresh them.

    Also be sure to deactivate all plugins while testing.

    Cheers!
    Elliott

    in reply to: Issue with Tables #480347

    Hi Ryan!

    I think it’s because your setting widths on each table cell. Also, you do not have any table headings, http://www.w3schools.com/tags/tag_th.asp.

    Have you considered using our table element?

    Best regards,
    Elliott

    in reply to: Shopping cart icon in mobile view #480341

    Hey ejo14!

    Try adding this to your custom CSS.

    @media screen and (max-width: 767px) {
    .cart_dropdown { display: none !important; }
    }

    Regards,
    Elliott

    Hey GailSabol!

    Your icons are not loading. Try this out, http://kriesi.at/documentation/enfold/enable-cors/.

    Cheers!
    Elliott

    in reply to: centre row of images. #480321

    Hey Erich Nolan!

    I suppose using the column shortcodes and image shortcodes inside them would be the best way. They would display centered and on mobiles they will stack on top of each other.

    Regards,
    Elliott

    in reply to: Startseite wird nicht gefunden ! #480318

    Hey steffl2509!

    Your homepage is displaying fine for me. Did you get this sorted?

    I checked your permalinks and they look fine.

    Regards,
    Elliott

    • This reply was modified 10 years, 6 months ago by Elliott.
    in reply to: Input form – autoscroll bug #480316

    Hi!

    Oh I see now. I edited your test page and some things are not looking right. Your missing a lot of the container markup. Are you sure you did the two steps I said here, https://kriesi.at/support/topic/input-form-autoscroll-bug/#post-477737?

    Your sure you have completely deleted the theme before downloading + uploading a fresh copy?

    If you do not want to then at least create a test WordPress installation with a fresh copy of the theme so you can see it’s working fine there. I have tested on my XAMPP setup and have not been able to reproduce the problem. It’s most likely from a customization that has been done to the theme.

    Regards,
    Elliott

    in reply to: Header display badly in iPad #480306

    Hi peiiep!

    Add this to your custom CSS.

    @media screen and (max-width: 900px) {
    nav.main_menu { display: none !important; }
    #advanced_menu_toggle { display: block !important; }
    }

    Best regards,
    Elliott

    in reply to: Portfolio Grid beside sidebar #480302

    Hi kvpacs!

    They are displaying as 4 columns for me.

    Drag this to a codeblock element to make more room for the titles.

    <style type = "text/css">
    .grid_content { min-height: 80px !important; }
    </style>

    Best regards,
    Elliott

    in reply to: Cookie Consens Javascript Snippet from Silktide #480298

    Hi Fabitutl!

    Do you mean inside the head tag? You shouldn’t be putting it before the head tag.

    If you really want to though then you can find it on line 13 in the header.php file.

    Best regards,
    Elliott

    Hi kenwae!

    It doesn’t sound like a theme issue. Try deleting your robots.txt file and then have Google crawl your site again in webmaster tools.

    Also be sure to deactivate all plugins while testing.

    Cheers!
    Elliott

    in reply to: on mobile transparent header does not work #480290

    Hey!

    You do not have a logo image set. And for your logo area styling you’ll want to set the color to black (or other darker color) instead of white so your text is actually visible. Unless your wanting the mobile header to be transparent as well?

    You could use this CSS to set the mobile menu to black.

    #top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle { color: black !important; }
    

    But it would be better to just do it in the general styling area.

    Best regards,
    Elliott

    in reply to: Grid Row Layout – only one image showing #480289

    Hey!

    All I see is one image element. Your trying to recreate the four images on this demo page correct? http://kriesi.at/themes/enfold-shop/

    First off do this, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/.

    And then add this to the debug view and save.

    
    [av_layout_row border='' min_height='0' color='main_color' mobile='av-flex-cells' id='collections']
    [av_cell_one_fourth vertical_align='top' padding='0px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    
    [av_image src='http://kriesi.at/themes/enfold-shop/files/2015/03/winter-girl-small-495x400.jpg' attachment='551' attachment_size='portfolio' align='center' animation='no-animation' styling='no-styling' hover='av-hover-grow' link='product,66' target='' caption='yes' font_size='' appearance='' overlay_opacity='0.7' overlay_color='#6786a1' overlay_text_color='#ffffff']
    NEW
    WINTER COLLECTION
    [/av_image]
    
    [/av_cell_one_fourth][av_cell_one_fourth vertical_align='top' padding='0px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    
    [av_image src='http://kriesi.at/themes/enfold-shop/files/2015/03/couple-sitting-495x400.jpg' attachment='546' attachment_size='portfolio' align='center' animation='no-animation' styling='no-styling' hover='av-hover-grow' link='product_cat,15' target='' caption='yes' font_size='' appearance='' overlay_opacity='0.7' overlay_color='#6786a1' overlay_text_color='#ffffff']
    LATEST
    STREET CLOTHES
    [/av_image]
    
    [/av_cell_one_fourth][av_cell_one_fourth vertical_align='top' padding='0px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    
    [av_image src='http://kriesi.at/themes/enfold-shop/files/2015/03/girls-shopping-desat-495x400.jpg' attachment='549' attachment_size='portfolio' align='center' animation='no-animation' styling='no-styling' hover='av-hover-grow' link='product_cat,12' target='' caption='yes' font_size='' appearance='' overlay_opacity='0.7' overlay_color='#6786a1' overlay_text_color='#ffffff']
    FRESH
    SPORTSWEAR
    [/av_image]
    
    [/av_cell_one_fourth][av_cell_one_fourth vertical_align='top' padding='0px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    
    [av_image src='http://kriesi.at/themes/enfold-shop/files/2015/03/hipster-girls-working-495x400.jpg' attachment='554' attachment_size='portfolio' align='center' animation='no-animation' styling='no-styling' hover='av-hover-grow' link='product_cat,10' target='' caption='yes' font_size='' appearance='' overlay_opacity='0.7' overlay_color='#6786a1' overlay_text_color='#ffffff']
    FUNKY
    ACCECCOIRS
    [/av_image]
    
    [/av_cell_one_fourth]
    [/av_layout_row]
    

    Regards,
    Elliott

    in reply to: Feedback, Childtheme, Demo Content #480285

    Hi!

    1. I don’t understand. What exactly is the problem?

    2. I don’t see a Pages > portfolio big slider. Send us a link to the exact demo page. For the fullscreen slider page are you talking about this one? http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/

    The features page is a simple tab element. Just create a new page and drag the tab element to your page content and then set the tabs to display left in the shortcode options.

    Best regards,
    Elliott

    in reply to: Mega menu styling #480279

    Hey!

    I’m not sure if it would help but the Ubermenu, http://wpmegamenu.com/, is a popular mega menu plugin.

    Cheers!
    Elliott

    Hi!

    Your talking about the image / description you set for the product category? I don’t think there is a height restriction there. Send us a link to your product category and we’ll take a look.

    Best regards,
    Elliott

    in reply to: woo product images same size! #480255

    Hi!

    The images your using are 100 x 400 and 400 x 200. They are pretty much the opposite aspect ratio so your not going to get them to display the same size. You could force it with CSS but it’s going to look bad.

    .inner_product img { max-height: 300px !important; min-height: 300px !important; }
    

    It would be best to use some larger images so they can be cropped.

    Best regards,
    Elliott

Viewing 30 posts - 5,821 through 5,850 (of 14,834 total)