Viewing 30 results - 95,581 through 95,610 (of 142,845 total)
  • Author
    Search Results
  • #634373

    In reply to: Shopping Page Problem

    Hey Klekkit,

    1- Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .responsive #top .cart_dropdown { display: none !important; }
    

    2- “لا تملك صلاحيات لمعاينة المسودات.”. Can you please publish your product firstly so we can see the issue or post temporary WP admin logins here privately?

    Best regards,
    Yigit

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .no-logo-slider-heading {
        display: none!important;
    }
    .avia-logo-element-container {
        margin-top: 0;
    }
    .home #after_full_slider_1 .content {
        padding-bottom: 15px;
    }
    

    Best regards,
    Yigit

    #634349

    Topic: Shopping Page Problem

    in forum Enfold
    Klekkit
    Participant

    Hello Kriesi Team, Good Job in This Theme, Actually I Made This Theme in Arabic Language and after Customization Process I have 2 Problems till now in the shop Page
    1- I Didn’t Put “ADD TO CART” Icon to the website because am not ready till now to receive payments online only i want the shop page shows the products, it works good in the desktop browsers but in smart phones browsers still see the “ADD TO CART” Icon, how can i remove it?

    2- When I Tried to Make a Product Page With Sale Price it shows a Long Yellow Theme Color Strap, Covering the Product Title How Can I Fix That?

    #634319

    Hello Josue.
    Yes I tried disabling all plugins, but no luck.
    I have also tried all writen in post WP 4.5 problems, but still no luck.

    Best,
    JankoK

    #634304
    youkendooit
    Participant

    Hey Enfold Team,

    I hope all is well with you! I’m not sure what happened but the Easy Slider on my home page stopped working all of a sudden. I added in the code you provided for the functions.php file and that brought the slider back but you mentioned it was only temporary? All of my plugins are up to date so I just wanted to follow up and see if you had any more advice for me and other people in a similar situation.

    Thanks so much!

    #634303

    Hi Basilis
    I updated the functions.php file as per this thread after updating WordPress 4.6
    https://kriesi.at/support/topic/having-problems-after-updating-to-wordpress-4-5-please-read-this-first/#post-616207

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

    What do you think?

    You can close the topic. I changed the publish dates and thus achieved the post order I wanted in the layout.

    Thanks
    Tia

    #634294
    dondela
    Participant

    Dear support team,
    i am using an image for list styling with the following css:

    .entry-content-wrapper div li {
    list-style: none;
    background: url(‘image-url’) no-repeat left top;
    padding-left: 21px;
    }

    But the list-style-image also appears in the slider-link and at the social share buttons for example. Is it possible to show this list style images in the copy of the content lists only?

    #634292
    ottopeltola
    Participant

    Hi,

    How do I get the shop product grid on this website, to display single images on top of one another as opposed to showing two of them next to each other, when they are viewed on a small mobile device? I am wanting it to look like in the enfold theme, where each product image is using up the fullscreen on a mobile phone, but then forming a grid when viewed on a larger laptop screen.

    Thanks!

    Otto

    #634290

    Hi Josue, no, not working.
    Yesterday last line: “By the way, I tried with a Color Section, but I found it impossible to use the full width of the screen”
    There’s also this reply to the same suggestion:
    https://kriesi.at/support/topic/panopress-full-width/

    #634289

    In reply to: Two menus in header

    Hi Andy,

    Thanks for your reply. I figured that one out ;) My issue is the exact placement of the menus and the searchbar.
    When I activate the secondary menu, it is placed on the right hand side (and it has to be left) and produces a gap between the top of the page and the logo (please see: https://snag.gy/3K8mBr.jpg). The other thing is how to place the searchbar right from the secondary menu.

    Cheers,

    Steven

    #634277

    Hey!

    Try adding this code to the Quick CSS:

    #top #wrap_all .av-current-placeholder {
        font-size: 0;
    }
    
    #top #wrap_all .av-current-placeholder:before{
        content: "Categories";
        font-size: 14px;
        vertical-align: bottom;
    }

    Cheers! 
    Josue

    #634262

    Hey,

    You can use something like this (CSS):

    .avia_desktop.avia_transform3d .av-caption-on-hover.av-caption-style- .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content{
        -webkit-transform: 	rotateX(0deg) translateY(90px);
        transform: 			rotateX(0deg) translateY(90px);
        -webkit-transform-origin: center bottom;
        -moz-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    
    .avia_desktop .av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry .av-inner-masonry-content{
        opacity: 1; 
        filter: alpha(opacity=100);
    }
    
    .avia_desktop.avia_transform3d .av-caption-on-hover.av-caption-style- .av-masonry-entry.av-masonry-item-with-image:hover .av-inner-masonry-content{
    
        -webkit-transform: 	rotateX(0deg) translateY(0);
        transform: 			rotateX(0deg) translateY(0);
    
    }

    But you’d need to equalize the element’s header and excerpt.

    Best regards,
    Josue

    #634259

    In reply to: Little header problem

    Thank you very much Jordan
    Everything works fine ! ;)

    In quick CSS section, there is now this:

    #top .social_bookmarks li a {
    color: #ffffff;
    }
    #top .header-scrolled .social_bookmarks li a {
    color: #a7abb1;
    }
    #top .phone-info a { color: white; }
    #top .header-scrolled .phone-info a { color:  #889095; }
    @media only screen and (max-width: 767px){
    #top .phone-info a, .responsive #top .av_header_transparency #header_meta li, .responsive #top #header_meta .social_bookmarks li a {
        color: #55606e !important;
    }
    }
    • This reply was modified 9 years, 10 months ago by Arnaud.

    I Jordan,
    thanks for the quick replay.
    I think what i needs is slightly different, i’ll try to explain better:
    I need, for all the articles’ pages under a specific category, to have that specific “category slug” as a class of the “body”.

    Example: For the articles in the category NEWS i’ll have
    <body id=”top” class=”NEWS single single-post postid-90 single-format-standard logged-in admin-bar stretched open_sans customize-support” itemtype=”https://schema.org/WebPage&#8221; itemscope=”itemscope”>

    Example: For the articles in the category SPORT i’ll have
    <body id=”top” class=”SPORT single single-post postid-90 single-format-standard logged-in admin-bar stretched open_sans customize-support” itemtype=”https://schema.org/WebPage&#8221; itemscope=”itemscope”>

    is it possible?

    #634242

    Hi,

    Try with this instead:

    #top .widget_nav_menu > ul > li > ul{
        display: block;
    }

    Best regards,
    Josue

    #634241

    Rikard,

    Thanks for spotting this. I have no idea how the line break tag is appearing as my html does not contain a line break tag:

    <div class=”outer”>
    <div class=”inner”>
    <button id=”display” class=”action_button”>Show</button>
    <button id=”hide” class=”action_button”>Hide</button>
    </div>
    </div>

    I assume that the <br> tag being put in by the theme somehow. Is there some way to stop it doing that?

    The same html does not have a <br> tag added when used in a code block content element, so this seems to be something caused by the accordion element.

    #634227

    Hi,

    Try with this code instead:

    #top .av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry:hover .av-inner-masonry-content {
        opacity: 0.01 !important;
        filter: alpha(opacity=0);
    }
    

    Best regards,
    Josue

    #634211

    Hi Indra,

    My german is not good enough to understand your last post so I’ve tagged our german speaking moderator for the topic, please wait for his reply.

    Regards,
    Rikard

    #634201

    Hi Basilis

    I’ve cleared cache/cookies etc and different browsers but still viewing the same.
    The url listed in post at top – I an seeing every sub menu item link RED. Whereas it should only display the active page “Mains” menu link to be red.

    Thanks

    Hey anna-leo,

    I’ve tagged the topic for our german speaking moderator, please wait for his reply.

    Best regards,
    Rikard

    Hi Eleina_Shinn!

    That request is actually good.
    Can you please take a look at our demo and let us know if / which sizes ir brakes or what does not look OK?
    Based on that we can provide the CSS or add the topic to our git, so there are some changes to the code.

    Regards,
    Basilis

    #634180

    Hi gb!

    Here is a list https://kriesi.at/support/profile/beylerian/topics/
    of your profile together with the topics you have started.

    You can gather any code provided into different 15 topics and use it inside a child theme, that way you will not use any info.

    Please let us know if we can assist with anything else.

    Cheers!
    Basilis

    #634170

    Hi,

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

    Best regards,
    Rikard

    #634165

    Hi,

    Great, glad you got it working. Please let us know if you should need any more help on the topic.

    Best regards,
    Rikard

    #634152

    Hi,

    I see that you have done this already for the desktop menu, you will have to find the id’s of your menu items and target them one by one. Like this for your home item:

    #menu-item-60 a {
    background-color:red !important;
    }
    

    Thanks,
    Rikard

    #634151

    Hi,

    Ok I see what you mean, please try the following in Quick CSS under Enfold–>General Styling:

    .container_wrap_first .content {
    padding-top:0 !important;
    padding-bottom:0 !important;
    }

    Thanks,
    Rikard

    #634144

    Hi,

    There is a missing “.” in the code please add a “.” before testimonial in line

    #top testimonial .avia-button .avia-size-large {
    

    Let us know if that fix the issue.

    Best regards,
    Vinay

    • This reply was modified 9 years, 10 months ago by Vinay.

    Hello again.

    The problem is in this line:

    jQuery(“#scroll-top-link”).html( ”

    Thanks a lot!
    Best regards

    P.s. Sorry I do not understand in what part replace the word with the picture.

    #634134
    designinside
    Participant

    Good evening,

    I’ve been working on developing a new version of my website at http://designinside.com. When I test the page with Google Developer using the “Fetch as Google” option with page rendering, the rendered page doesn’t show any of the masonry images. It also stops loading the page after my first set of masonry elements.

    When I look at the code that was captured by Google, it appears to be capturing the entire page.

    Here is what the rendered page looks like in Google Webmaster Toolkit: https://dl.dropboxusercontent.com/u/2160661/google-webmaster.png
    Here is what the actual page looks like in Chrome: https://dl.dropboxusercontent.com/u/2160661/actual-page.png

    Do you have any ideas what would be causing this?

Viewing 30 results - 95,581 through 95,610 (of 142,845 total)