Viewing 30 results - 97,321 through 97,350 (of 142,828 total)
  • Author
    Search Results
  • #615302
    scottlanin
    Participant

    My acordian slider just stopped working on my home page – http://www.laninlaw.com
    I did not edit the page at all. Any help would be greatly appreciated.

    Thanks
    (Email address hidden if logged out)

    #615261
    yasin0424
    Participant

    Hi,
    Our video slider on our homepage (www.loyalloops.com) stopped working

    also, the accordion menus on our features page (http://www.loyalloops.com/features/) stopped working properly

    i have tried updating the theme but it wont allow me to

    please help!

    • This topic was modified 9 years, 11 months ago by yasin0424.
    #615228
    rarch47
    Participant

    Hi there,

    Using the Layout builder on the homepage and I have a fullscreen slider element right at the top. Going through and optimising the SEO on the page right now and I am wondering if I can change the h2 tags surrounding the caption title to be h1 tags. In the div tag:

    <div class="slideshow_align_caption">

    In the layout builder, I cannot see this function/ability. I am hoping it is somewhere in your theme php code that generates the HTML code for the fullscreen slider.

    Can you please assist?

    #615225
    redpupmedia
    Participant

    Hello.

    We have been running Enfold and WP-Tpyes.com’s Views plugin for several years.

    With the latest update to both Enfold and Views, the Avja Page Builder does not function when the Views plugin is active. A spinning gear is presented, but no page elements load.

    We have checked the plugin developer, WP-Types, and they directed us to the theme dev, you. (https://wp-types.com/forums/topic/toolset-plugins-compatibility-issue-with-wordpress-4-5/) The solution they link to allows Avia to load, but not function. With the specific line (215 in the current version) commented out, the elements in Avia display, but clicking on a page element does not produce the pop-up editor and attempting to access the CONTENT ELEMENTS or MEDIA ELEMENTS tabs is not possible, clicking has no effect.

    Can you please comment or help on this point? I understand it is a conflict and, while no one is at fault, it leaves a user base stuck in the middle.

    Thanks

    #615214
    Marsha
    Participant

    Hi,

    I have some fairly long pages on my site and would like to include buttons, a sub-menu or links at the top of these pages to anchored content. My pages have a side bar and so when I add a Color Section this interrupts the side bar and is not the effect I am after.

    1. Can a colour section (which I can always just make the same bg colour as the content anyway) width be set to 100% width of the content and not fullwidth?

    2. Can I add an anchor to other layout or content elements?

    Thanks in advance for your assistance :-)

    Thanks,
    Marsha

    #615201
    Mudfish488
    Participant

    Hi there,

    I used your custom css classes to help show or not show items based on screen width to help for mobile viewers. In the past, I would see the field in elements like the Full width easy slider. I don’t see it anymore after the latest update. Is there a different way to do this?

    Here’s the css code I used:
    @media only screen and (max-width: 990px) {
    .only-desktop { display: none !important; }}

    @media only screen and (min-width: 990px) {
    .only-mobile { display: none !important; }}

    Then I would indicate “only-desktop” or “only-mobile” in the class field of the individual element.

    Please let me know how I can do this for new posts or pages. Thx!

    BP

    #615189
    lodgingmetrics
    Participant

    I upgraded to WordPress 4.5 and the posts slider on the homepage stopped working. ( removed it for now until we can resolve it).

    Also, the “pop up” animation for images stopped working.

    #615188
    magdazafeir
    Participant

    Hello,

    Congratulations for your theme.

    I have updated WordPress to 4.5 and slider stopped working, photos are not showing up and tabs also stopped working.
    Theme and plugins are uptodate.

    Could you help, please?

    Thanks in advance

    #615180

    Hi lenalavandel,
    I’m using this plugin https://www.woothemes.com/products/grid-list-toggle/
    that is advised by woo crew…

    I’ve solved myself the list alignment with this css custom mod:

    #top .thumbnail_container img {
    width: 100% !important;
    }

    ul.products.list li.product img {
    margin-top: 20px !important;
    }

    ul.products.list li.product hr {
    border-width: 0 0 0 0;
    margin-bottom: 0px;
    }

    ul.products.list li.product {
    position: inherit !important;
    padding: 0px 0px 0px 0px !important;
    }

    ul.products.list li.product .thumbnail_container {
    width: 30%;
    height: 50%;
    float: left;

    }

    #top .inner_product_header {
    clear: right;
    border-top-width: 0px;
    min-height: 0px;
    padding: 5px 5px 15px 5px !important;
    }

    div .products .product a, div .products .product a img {
    display: inline !important;
    }

    div.entry-content-wrapper ul.products.grid{
    margin-top: 20px !important;
    }

    div.entry-content-wrapper div.product-sorting{
    padding-bottom: 0px;
    }

    It works again … look here: https://wordpress.org/support/topic/google-maps-not-showing-up-2?replies=8#post-8285382

    You need to change a short string in the avia.js of the Enfold theme.

    #615144

    Hi!

    Just like media queries for tablets and desktops we can target landscape and portrait mode in css.

    1. Create 2 color sections on a page with 100% height and different background colors.

    2. Add a custom ID to the 1st color section “#only-in-portrait” and some sample text like “Please Rotate Your Device”

    3. Paste the below css in Quick CSS

    #only-in-portrait {
    display:none;
    }
    
     /*Only in  Portrait */
    @media only screen 
      and (orientation: portrait) { 
    #only-in-portrait {
    display:block!important;
    pointer-events:none;
    }
    body{
    overflow: hidden;
    }
    }

    Like Ismale mentioned above you can combine this with device screen width to specify only in tablet portrait mode or mobile portrait mode.
    You can add the rest of the page content below the 1st color section.

    Best regards,
    Vinay

    • This reply was modified 9 years, 11 months ago by Vinay.
    #615106
    AustinMFGWeb
    Participant

    I need to increase the size of the text and titles in the footer as well as decrease the padding on the top and bottom. Can you provide me with some direction or the CSS classes I need to adjust?

    Also I need to increase the font of the menu text, but it’s not working from the theme options. Can you help me with that as well?

    #615100
    akunito
    Participant

    Hi guys,

    Yesterday the animations stopped working.
    I think that could be a error with js or css maybe. The two days ago I’ve installed WP Rocket for the cache togheter.

    You know what it could be?

    Thanks

    #615082
    Gralou
    Participant

    Hello, I’m trying to make a onepage site. I know how to use the anchors, but when i click on an anchor link its “jumping” to the anchor.
    I want the same effect as the enfold restaurant demo. How can I fix that?

    flyworxatl
    Participant

    Hello,

    I am trying to figure out how to add a menu button that looks similar to mobile enfold navigation button but for desktop browser (see pic). Button will have nested menu pages when you hover over.

    Any tips on this?

    Thanks

    Roman

    Menu button sample

    • This topic was modified 9 years, 11 months ago by flyworxatl.
    #615041

    Hi
    Thank you for the reply and sorry as its a bit frustrating to get stuck a few days until get a response. Sorry!!
    Could you please explain a bit where do i insert the code?

    in this———————-
    .main_color .avia-gallery-big, .main_color .avia-gallery img {
    background-color:rgba(190, 32, 45, 1)!important;
    border:none!important;
    }
    —————————-
    Should i change the color value with others ? and the border width and color how? How about transparency of the border?

    And here—–
    Where to put this:
    #top div .avia-gallery .avia-gallery-big or this #top div .avia-gallery img
    and here
    .postid-4622 #top div .avia-gallery .avia-gallery-big {
    /* your CSS code */
    }
    what would be my CSS cod?? also is there a way to put it as a code in the same page or portfolio??

    Thank you

    #615040
    SurigliaStudio
    Participant

    Hello.
    I would like to have the same behaviour of the background image into the section color both via desktop or mobile.

    Actually on desktop i can see the fixed background how it should work, and here you can have a glimpse or what i’m designing.
    The sections simulate a transparent panel moving on the background while scrolling

    desktop

    In the mobile version the background images are fixed but in the single color section, and the result is this

    mobile

    As you can see the background hasn’t the continuity it has on the desktop version.
    How i can fix the background also in the mobile version?

    Thank you

    Hi Andy,

    thank you very much :-))) now only three questions remain unanswered:
    please look at the link http://www.tierarzt-unterschleissheim.de/responsive_stop.jpg and sliding windows along the left then you see what I mean. The WORD-logo in the slider has no distance to the browser window on the left. It should be absolutely flush with the content and the PICTURE-Logo in the Header.

    2. Layer slider: where exactly do I adjust the distance of left to the browser window?
    the slider is responsive to the left end flush with the content / stop and not entirely abut the edge of the browser.

    _______________________________________

    4. if I use a submenu such as in services (Leistungen), I can sort it only after alphabet. But I want to sort individual. How can I customize? I would then like to show right in the SIDEBAR. Look at this link / Screenshot: http://www.tierarzt-unterschleissheim.de/submenue_sort_personalized.jpg

    5. when i in the accordion use an image and to the right have a list, the list Runs into the picture. Here, of course, should be a distance to the right. How and where can I change this? Look: http://test.kleintierpraxis-senger.de/tipps/operationen/ and here the same:

    #614983

    Hey Chris_85!

    Please add following code to Quick CSS

    #top .av-share-box * {
    border:none !important;
    }

    Regards,
    Yigit

    We already had selected “Transparent Header” and updated each page, but the logo still does not show as transparent on the MOBILE version of the site. As mentioned, the logo shows correct and transparent on the desktop version of the site, but not on the mobile version. Please help. Thank you.

    #614970

    I did created some time ago, it’s here:

    #614967
    Chris_85
    Participant

    Hi,

    i use the social media share buttons. I want to design them without a border. I used the css code

    #top .av-share-box ul {
    border:none !important;
    }

    social share buttons
    But the right border didnt clear. (see Srceenshot) How can i fade out the right border??

    • This topic was modified 9 years, 11 months ago by Chris_85.
    #614965
    richardwilding
    Participant

    Dear Kriesi,

    Another problem that seems to relate to the WP 4.5 update is that the contact form on my website has stopped sending messages.

    I added the temporary fix to the functions.php to fix the slider issues as I cannot update Enfold at the moment. Perhaps this has an impact?

    function modify_jquery() {
    if (!is_admin()) {
    wp_deregister_script(‘jquery’);
    wp_register_script(‘jquery’, ‘https://code.jquery.com/jquery-1.11.3.min.js&#8217;);
    wp_enqueue_script(‘jquery’);
    }
    }
    add_action(‘init’, ‘modify_jquery’);

    Has anyone else encountered this issue?

    Thanks, Richard

    #614943

    Right now I discovered that the Google Maps plugin also stopped working !

    You can see it on this screenshot: http://screencast.com/t/CuaUPklGn
    The page is http://www.reformhaus-parfuemerie.de/anfahrt/

    For your bugfixing I installed a Server Info plugin !
    http://www.reformhaus-parfuemerie.de/wp-admin/index.php?page=wp-serverinfo%2Fwp-serverinfo.php

    A minute ago, I disabled ALL plugins, but the problems remained ! :-/

    I hope you can help soon !

    Thanks
    Tom

    • This reply was modified 9 years, 11 months ago by ideenstart. Reason: Just a cosmetic edit ;-)
    #614874

    I am having the same problem with animations on my website. They were working fine before upgrading to WordPress 4.5. I am not using any caching plugins and have deleted cache, disabled other plugins and tried the suggestion mentioned here: https://kriesi.at/support/topic/pop-up-animation-not-loading/.

    I know you guys are busy but I really appreciate your help.

    Kind Regards.

    #614868
    condonpb
    Participant

    Dear Sirs,

    i ma using hotspots which is great on the following donation page see https://www.jamestest.co.uk/donations/ however as you can see i want to align the hotspots centrally by 0.1% currently the element shows

    element.style {
    left: 10.8%;
    top: 46.1%;
    }

    I want to adjust to
    element.style {
    left: 10.9%;
    top: 46.1%;
    }

    but this is really difficult manually against the image as it is such a small amount how can I make such a refined adjustment please can you help

    #614852
    jolielouise
    Participant

    Hello,

    Updated and the images have gone.

    Tried redownloading dummy data too, but no help unfortunately.

    We have the same problem, all top banners and images are off.

    #614835
    Mariken
    Participant

    For search engine reasons I need to change the H3 in the footer.
    I found this topic and changed the h3 in h6 only the part that is relevant for footer (other sidebars not needed) but I see no difference in appearance. My browser inspector still shows h3. http://imgur.com/9I5TKO2

    Second Q:
    If this is the way to do it. How do I put this ( file) in my Child theme?

Viewing 30 results - 97,321 through 97,350 (of 142,828 total)