Viewing 30 results - 97,441 through 97,470 (of 142,828 total)
  • Author
    Search Results
  • #613597

    OK, resolved it. The issue described in this ticket was being caused by the “solution” to another problem. Originally, my blog posts’ featured images were too big, and text was going off to the right, even on full size screens. I found a thread where someone else had the same issue here…

    https://kriesi.at/support/topic/blog-post-5/

    …and implemented the CSS described there as the solution. That fixed things for screens large enough, but messed me up for smaller/mobile screens. Did a bit more searching and found that the OP of that thread experienced the same thing, and posted a follow up here…

    https://kriesi.at/support/topic/blog-post-left-sidebar-main-menu-problem/

    …so I now have implemented this follow-up solution, and it seems to have solved things. Strange that a few of us are having this issue in the first place, so I still think there’s an underlying cause, and we shouldn’t need to have to fix this with custom CSS, but… hey, at least I’m functional at this point.

    #613595

    Hi Ismael,
    thanks again.

    I think I need another size because of my problem with the very low Pictures on mobile devices.

    If I take a size like 1530 x 430px it Looks nice on Desktop but is extrem low at mobile devices and the caption text is no longer readable.

    Do you have another suggestion? Should I take another media element?

    best regards
    ridcon

    Heather
    Participant

    Hi,

    I’m using a Mega Menu structure, the basic layout is as below.

    Mega Menu – links to a page
    Column – column title
    Custom Link – links to a page

    This works perfectly on desktop view, but in responsive mode (on smaller displays) the main link in Mega Menu doesn’t take the user to the page, it just opens and closes the menu. Is there any way to get around this so that the first tap opens the menu and the second tap takes the user to that page?

    #613583

    Hi!

    Please use this:

    .html_header_top.html_logo_center .logo {
        top: 120%;
    }

    Adjust the value as needed.

    Best regards,
    Ismael

    Hi,

    Ok great, please let us know if you should need any more help on the topic.

    Thanks,
    Rikard

    #613569

    In reply to: Elements Shift on Load

    Hi!

    Looks like the main menu shifts because the search icon rendering is delayed. Add this in the Quick CSS field:

    #top #menu-item-search {
        width: 26px;
        min-width: 26px;
    }

    Cheers!
    Ismael

    #613565

    In reply to: Image Slider

    Hey!

    Did you add white spaces to the image to cope with the issue Could you please provide a screenshot of the expected layout? The width of the images in the gallery is set to 100% which means that they will adapt to the width of the gallery container. Set the width to auto if you want to see the original size of the image;

    #top div .avia-gallery img {
        width: auto;
    }

    Regards,
    Ismael

    Hi!

    Add this css code to disable the portfolio animation:

    @media only screen and (max-width: 989px) {
    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
        -webkit-animation: none;
        animation: none;
    }
    }

    Regards,
    Ismael

    #613546

    Topic: images do not load

    in forum Enfold
    marcelhochman
    Participant

    https://kriesi.at/support/topic/demo-images-do-not-load/

    Same thing that happened here, now I am having the issue here http://www.apontedigital.com/fotografo

    I am using this template in my own website as a showcase to clients. I want to sell the theme to other clients.

    #613526

    Hi,

    Yigit asked you for login details because he can see that you need to be logged in to be able to access the URL you posted here ,so he probably never even visited your site.

    You probably saved the password in your browser, that is why you are not getting asked to submit details. Anyway, we will need access to your site to be able to help you so maybe you could ask your hosting provider to help you out finding the details needed?

    Best regards,
    Rikard

    pincushion
    Participant

    G’day all,

    Have a small problem I have made some changes to single product page to make sidebar on the right following this thread here https://kriesi.at/support/topic/single-product-page-is-strange-sidebar-appears-under-product/
    All looks fine except the related products now using 2 rows Image and video hosting by TinyPic

    I have added the following to functions.php (child theme) with latest wordpress, enfold and woocommerce
    any help would be great thanks.

    #
    # wrap single product image in an extra div
    #

    function avia_add_image_div() {
    echo “<div class=’single-product-main-image alpha’>”;
    }

    function avia_close_image_div() {
    echo “</div>”;
    }

    #
    # wrap single product summary in an extra div
    #

    function avia_add_summary_div() {
    echo “<div class=’single-product-summary’>”;
    }

    function avia_close_summary_div() {
    echo “</div>”; //close out the summary
    get_sidebar();
    }

    function avf_product_sidebar_layout_mod($layout){
    if( is_single() )$layout = “sidebar_left”;
    return $layout;
    }

    add_action(‘init’, ‘ava_product_sidebar_mod’);
    function ava_product_sidebar_mod() {
    add_action( ‘woocommerce_before_single_product_summary’, ‘avia_add_image_div’, 2 );
    add_action( ‘woocommerce_before_single_product_summary’, ‘avia_close_image_div’, 20 );
    add_action( ‘woocommerce_before_single_product_summary’, ‘avia_add_summary_div’, 25 );
    add_action( ‘woocommerce_after_single_product_summary’, ‘avia_close_summary_div’, 3 );
    add_filter( ‘avf_product_sidebar_layout’, ‘avf_product_sidebar_layout_mod’, 5);
    }

    and added css to theme options
    .single-product .product {
    width: 68%;
    margin-right: 4%;
    clear: none;
    float: left;
    }

    #613485

    Hi wizard247!

    Thanks for getting in touch with us!

    The font is not even rendering on desktop for me. Please look at the screenshot in the private section.

    Please refer to this post to ensure the font is added properly – http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/

    If you still have issues, could you please provide login details to your site, so that we can have a closer look. You can place the information in the Private Content section of your reply.

    Best regards,
    Jordan

    Hi Kai!

    Thanks for getting in touch with us!

    Sorry but this will take more than a bit of CSS. In your WordPress installation please go to the footer.php file and find this code in line 190:

    <a href='#top' title='<?php _e('Scroll to top','avia_framework'); ?>' id='scroll-top-link' <?php echo av_icon_string( 'scrolltop' ); ?>><span class="avia_hidden_link_text"><?php _e('Scroll to top','avia_framework'); ?></span></a>

    and add this line above it:

    <img class='custom_icon' src='http://www.yoursite.com/yourimage.png' />

    Add the following to Quick CSS field to move the scroll to top image down and position your image above it:

    .custom_icon {
        position: fixed;
        border-radius: 2px;
        height: 50px;
        width: 50px;
        line-height: 50px;
        text-decoration: none;
        text-align: center;
        right: 50px;
        bottom: 5px;
        z-index: 1030;
    }
    
    #scroll-top-link {
        bottom: 5px !important;
    }
    

    Let me know if you need further assistance.

    Best regards,
    Jordan

    Hi,

    This code https://kriesi.at/support/topic/updated-to-wordpress-4-5-and-content-elements-are-not-shown-please-help/#post-612566 should work if you add it to the functions.php php file in your theme. Could you try it please?

    Thanks,
    Rikard

    #613456

    Hey epsimec,

    Not sure why you started a new thread about the same topic as your other thread, if you have any more questions then please continue in your first thread: https://kriesi.at/support/topic/auto-start-video-on-tablet-but-not-on-mobile-devices/

    Best regards,
    Rikard

    #613446

    Hey!

    Copy the whole code:

    <img id="logo-train" src="http://www.amc.com/wp-content/themes/amc-tv/assets/images/logotrains/amcn-logotrain-desktop.svg" border="0" width="689" height="52" orgwidth="689" orgheight="52" usemap="#amcn_logo_train" alt="">
    <map name="amcn_logo_train" id="amcn_logo_train">
    				<area alt="AMC Networks" title="AMC Networks" href="http://www.amcnetworks.com/" rel="nofollow" shape="rect" coords="1,1,153,55" style="outline:none;" target="_blank">
    				<area alt="AMC" title="AMC" href="http://www.amc.com/" rel="nofollow" shape="rect" coords="164,9,218,42" style="outline:none;" target="_blank">
    				<area alt="BBC America" title="BBC America" href="http://www.bbcamerica.com/" rel="nofollow" shape="rect" coords="228,10,276,42" style="outline:none;" target="_blank">
    				<area alt="IFC" title="IFC" href="http://www.ifc.com/" rel="nofollow" shape="rect" coords="288,11,331,42" style="outline:none;" target="_blank">
    				<area alt="Sundance TV" title="Sundance TV" href="http://www.sundance.tv/" rel="nofollow" shape="rect" coords="340,11,425,42" style="outline:none;" target="_blank">
    				<area alt="WE tv" title="WE tv" href="http://www.wetv.com/" rel="nofollow" shape="rect" coords="434,9,470,41" style="outline:none;" target="_blank">
    				<area alt="IFC Films" title="IFC Films" href="http://www.ifcfilms.com/" rel="nofollow" shape="rect" coords="478,9,573,43" style="outline:none;" target="_blank">
    				<area alt="AMC Networks International" title="AMC Networks International" rel="nofollow" href="http://www.amcnetworks.com/amcni" shape="rect" coords="580,10,691,44" style="outline:none;" target="_blank">
    			</map>
    

    Best regards,
    Ismael

    #613442

    Hi!

    Set the theme layout to “boxed’ then add this in the Quick CSS field:

    @media only screen and (max-width: 1700px) and (min-width: 768px) {
    .responsive body.boxed#top, .responsive.html_boxed.html_header_sticky #top #header, .responsive.html_boxed.html_header_transparency #top #header {
        max-width: 100%;
    }
    }

    Best regards,
    Ismael

    #613396

    In reply to: Widget area after menu

    Hey notsocool!

    Thanks for getting in touch with us!

    Try the following custom CSS:

    .avia-menu.av-main-nav-wrap {
        margin-right: 5%;
    }
    
    #header .widget {
        top: 30% !important;
    }

    Regards,
    Jordan

    #613383
    wizard247
    Participant

    Hi,

    I’ve got a site under construction here: http://web52.sand.studiocoast.com.au

    Please have a look down the bottom of the page at the words “We do things differently in Tasmania”. Font used is Great Vibes. Looks great on desktop, however, on my iPhone 6 Plus, the font is not rendered.

    Next, have a look at this page: http://web52.sand.studiocoast.com.au/full-day-tamar-valley-wine-tour/

    Same text block in the same font but on this page when viewed on my mobile, the Great Vibes font DOES render – it uses a similar cursive font instead.

    Other wine tour pages have the same text block and have the same problem. The Full Day Wine Tour page is the only one that is OK on mobile.

    Any thoughts on what may cause this?

    Thanks, Wizard247

    #613357

    I have the same problem – as of today! It is a pre release site – here

    My home page slider stopped working and all my masonry galleries stopped. They are on the pages under Gallery, which should be showing photos, not just white space.

    I don’t think I changed anything recently. Except … within GoDaddy, I changed the domain to one that was meant to go live. Then I changed it back because the client did not have access to their domain for me to repoint it.

    First I tried switching to another theme and back to Enfold. Did not help

    Then I tried opening the affected pages in Admin, opening the sliders, editing a little and re-saving. Did not help.

    So I came here and decided to follow the advice above and install a new version of the theme. I do have a child theme, but when I click on the Enfold ‘Parent’ theme, to delete it in order to upload the new version, I do not have a red delete button.

    So … what next? I will attach my login details below.

    Thanks

    #613335

    Hi!

    Have you referred to my post here – https://kriesi.at/support/topic/disable-lightbox-on-many-pages-allow-for-certain/#post-587737

    If you are using a child theme, please add following code to Functions.php file of your child theme

    function wp_change_aviajs() {
       wp_dequeue_script( 'avia-default' );
       wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true );
    }
    add_action( 'wp_print_scripts', 'wp_change_aviajs', 100 );

    and move modified file inside /js folder

    Regards,
    Yigit

    bvenge
    Participant

    Hi
    Please help me!
    I’ve just created a new site which apart from the first section I created, i’m now unable to add any other elements such as columns or color sections as this is what is happening
    1. I can add, say columns and then place media elements inside them
    2. I then update the page and view the page
    3. I amd able to view the changes fine for the first time, BUT when i try to make another small tweak or I try to add more items, all changes disappear and it goes back to only the first column I added and all the changes are deleted. In fact I started this page from one of the theme Demos (Landing Page Demo) and it automatically deleted everything apart from the top section.
    4. I tried to clear the cache for the past day but this is not working
    so as a result I’m unable to add any new columns that stay as they are getting deleted automatically – very strange and very frustrating as i have lost an entire day’s work.

    what is the permanent solution?
    Thanks

    #613306

    Topic: Accordion Feature

    in forum Enfold
    AaronCook1
    Participant

    Hey guys,

    In addition to my image animation not working, looks like my accordion feature for my FAQs has also stopped working properly. Any suggestions to make this work would be appreciated!

    Thanks!
    Aaron

    #613301
    Eleina_Shinn
    Participant

    Hi, I like that bottom bordrer to be up higher, under main menu links, especially with larger logos… so I always move it up with this css:

    .avia-menu-fx { bottom: 25px; }

    But I notice with some sites, depending on the size of logo area, when you scroll down the page, that undreline/border ends up striking through or covering on top of menu item… would there be more code I could place so it stays there or goes on top of menu item when scrolling down?

    All is ok on desktop but there is still no menu on mobile… :-(
    This code allows to remove the logo but it removes mobile menu too…

    #613288
    adelleable
    Participant

    Hi,

    Website images and masonry galleries are missing. I’ve read other threads and I uploaded the avia.js script as mentioned in this thread: https://kriesi.at/support/topic/wordpress-4-5/.

    Still not working, despite clearing cache….

    Can you help?

    #613270

    Hi, I’m having this same problem, and apparently some other people too: https://kriesi.at/support/topic/enfold-fullwidth-sub-menu-doesnt-work/

    I have disabled all plugins and the mobile menu doesn’t display anything (tested on iphone and on PC resizing the screen). It only works when “sticky submenu” option is enabled, which I don’t want. Can you help me?

    I’m using the latest version of Enfold and WordPress.

    Thanks

    #613263
    AaronCook1
    Participant

    Hey guys,

    All image animation has stopped working on my site, with the exception of the Advanced Layerslider. If I choose an animation (i.e. pop up), the image is no longer visible on the site. The same is true for the Easy Slider widget. No image appears when animation is present. Any ideas?

    Thanks,
    Aaron

    #613250

    Topic: Smooth scrolling

    in forum Enfold
    Dutchman
    Participant

    Hi there! i installed WordPress 4.5 and Enfold 3.5.2 including the latest avia.js from https://gist.github.com/Kriesi/99a2a977b93c0f1bced99f093c82c7ba.
    Before the update the issue in this (https://kriesi.at/support/topic/smooth-scrolling-2/) topic was fixed but now this fix stops the images and effects from loading on all pages.
    Original avia.js (line 89)
    if($.fn.avia_smoothscroll)
    $(‘a[href*=”#”]’, container).avia_smoothscroll(container);
    Replaced with:
    if($.fn.avia_smoothscroll)
    $(‘a[href*=#]’, container).not(‘.wpts_li_a’).avia_smoothscroll(container);
    Is there a workaround so the fix from topic https://kriesi.at/support/topic/smooth-scrolling-2 still works?

    #613244

    Hi,

    i have open a post in Wordfence support :) https://wordpress.org/support/topic/wordfence-wordpress-45-and-enfold-theme?replies=4

    Regards

    P.S.

Viewing 30 results - 97,441 through 97,470 (of 142,828 total)