Viewing 30 results - 91,591 through 91,620 (of 142,813 total)
  • Author
    Search Results
  • #675609

    Sorry for the double reply. I found this code on another page

    .slide-meta { display: none; }
    
    

    But, the attached page shows the word “date” under the top middle case study.

    #675606
    nielsprinsdk
    Participant

    Hi
    I am supporter on a website developed with Enfold as a theme.
    I have not developed the site, but have recently started to support it.

    The contactform on the frontpage is spammed – big time.
    How do I stop it?
    How do enfold handle spam on forms? Are there any form of Honeypot plugin the I need to activate? In this usecase I can’t use a chapta, so the only way of stopping it is a kind of Honeypot I think.

    Thanks for your help in advance.

    Regards Niels.

    #675600

    In reply to: Header and Menu 2

    Hi,

    Great :)
    Please add following code to Quick CSS and adjust the padding values as needed

    .container_wrap_first .content, .container_wrap_first .sidebar {
        padding-top: 10px;
    }
    #av_product_description .content {
        padding: 25px 0;
    }
    .header_color .avia_mega_div * {
        background: transparent!important;
    }

    Image used in banner is currently 450x450px.

    Best regards,
    Yigit

    #675596

    on the third 1/3 cell there is no image inserted:

    A background-image by default has no height!
    The container height is determined by the content and the padding!
    it is not determined by background!
    accept – you declare a background-size

    Link to Edit Cell Image

    as you can see – if you don’t want to give that cell a custom css – and if you don’t want to have any other content in that cell – you can manage it by setting up top and bottom padding high!

    The better way seems to be you give those cells (the first will be enough – because cells are displayed table-cell) a custom class
    http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    and make for those cells a quick css rule
    f.e.

    .cellwithoutcontent { 
    height: 40vh !important
    }
    • This reply was modified 9 years, 6 months ago by Guenni007.
    #675586

    Merhabalar!

    Buradaki konuya cevap verdim – https://kriesi.at/support/topic/google-maps-problem-3/#post-675585
    Eger sorun devam ediyorsa lutfen ordan devam edelim.

    Best regards,
    Yigit

    #675585

    In reply to: Google Maps Problem

    Merhabalar!

    Bildigim kadariyla Google map sorunu cozuldu – https://kriesi.at/support/topic/google-maps-14/ degil mi? :)

    Best regards,
    Yigit

    #675568

    Hi,

    Great, glad you found a solution and thanks for sharing :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #675566

    Hey asadfarooq,

    That is something which does not come as default with the theme, you would have to use a Color Section element to achieve that. If you should need any further help on the topic then please post a link to your site so that we can have a look at it.

    Best regards,
    Rikard

    #675561
    LucasCK1983
    Participant

    Hello. I want to get rid of the gap between the header and the content below on ALL pages

    I managed to do it for main with

    div#main{
    padding-top: 45px !important;
    }

    however this does it for main page only. Any help please?

    #675541

    Hi,

    Great, glad you got it working :-)

    Please let us know if you should need any further help on the topic.

    Regards,
    Rikard

    #675535

    In reply to: video

    Hi,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Regards,
    Rikard

    #675526

    Hi,

    Great, glad you found a solution and thanks for sharing :-)

    Please let us know if you should need any further help on the topic.

    Regards,
    Rikard

    #675523

    Hi Alexander,

    Great, glad you found the problem :-)

    Please let us know if you should need any further help on the topic.

    Regards,
    Rikard

    #675519

    Hi,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Regards,
    Rikard

    #675514
    offthehook33
    Participant

    Hi Guys.

    We have a woocommerce install and

    I need to hide from front end view, out of stock Variations.

    As you can see in this example we will have many variations that will never have stock (such as 8XL,9Xl etc)

    We have the site connected to the stock control system so we always have extra supperfluous variations coming across that we cant control.

    I think if we can prevent Ajax from taking over variation display or increase the threshold this will fix the problem. But we cant seem to get the code to work and dont know where to put it.

    “(something like this from https://woocommerce.wordpress.com/2015/07/13/improving-the-variations-interface-in-2-4/

    function custom_wc_ajax_variation_threshold( $qty, $product ) {
    return 10;
    }
    add_filter( ‘woocommerce_ajax_variation_threshold’, ‘custom_wc_ajax_variation_threshold’, 10, 2 ); ))) ”

    https://wordpress.org/support/topic/woocommerce-243-hide-nonexistent-variations

    At the moment Products with less than 20 variations have the Zero stock level variations hidden. But when there is more variations the Zero stock level variations are visible on the front end.

    Thanks for your Help

    • This topic was modified 9 years, 6 months ago by offthehook33.
    #675511

    Hi,

    No problem, glad you found the cause :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #675506

    I had to restore the site to its previous version to get the cart working again, so the login details given privately above will no longer work. Strangely, when I cloned the site to a subdomain, the Update Cart button worked, but when I cloned the working clone back to the normal location, the Update Cart button stopped working again. I don’t know why that might be. I’ll try updating the site again in perhaps 6 months time; hopefully it will be sorted out by then.

    #675498
    xfacta
    Participant

    Hi there

    Is there anyway to be able to customise the way pages are displayed on mobile devices? For example product overview page to display 2 columns instead of 1 long list? Same with blog page.
    And even display a different home page on mobiles than the desktop users see – as I want to be able to not show as much content on the mobile.

    Cheers

    #675486

    Grid Row Background-Images! there is no Content in it so you only see those 30px each on top and on bottom height.

    So if you like to insert those images as background-image with no content in it you can play with padding top/bottom

    on you about us page i can not see that you have set “stretch to fit” option in enfold dialog.

    #675475
    BierPlus
    Participant

    Hi, I’m thinking about updating my webspace to php 7.0.
    The newest topic regarding Enfold and php 7.0 is from March, that’s almost half a year ago, so I wanted to doublecheck whether Enfold is still fully compatible with php7 and if there are any disadvantages in updating to php 7.0?

    Thanks for your support in advance!

    Cheers,
    Patrick

    #675468

    In reply to: Customize my theme

    Hi,

    Try the following:

    #top .more-link {
        background: black;
        color: white;
    }

    Best regards,
    Josue

    #675456

    In reply to: Header and Menu 2

    Hi Yigit

    I copied all CSS in main site and paste it in the shop and it didnt work. Also i only need a few CSS from main site as shop doesnt have portfolio.
    Yes main site is Portfolio based because it has categories and pages don’t.
    From main site i only need to keep colors of menus, links color and no logo no header etc.. because the shop will not have black background as main site. in white it’s neat.
    Also could you please help me to understand in general styling what is the difference between Main Area and Alternative Area. in each section pf the page. I couldn’t figure out where is what and when it appears or not. :) i have been changing styles as blind as i dont know what is what :) Maybe you have some link to some document explaining that.
    As i told you i dont need all customization from main site in the shop because there is a lot of things that will not be needed in the shop and thats why i tought its much more easier to have a sub site just for the shop and its look good in mobile without any extra CSS. Remember last posts about product grid titles and excerpt diplay in mobile that was not fine and othe issues related to mobile view. So it the shop demo looks peerfect in mobile and desktop i dont mind to use it just fro the shop as well as i can keep a few setting and the look of main site.

    Thank you very much

    #675450
    thecszone
    Participant

    HI,
    I would like to add a link to the small info text in the top bar of the header. I realize I could add a header widget to achieve the same purpose, but then I would have to style it and make changes for mobile. Since the extra element is already styled I’d rather add the link to this text. Can you please tell me how to do so? Thank you.

    #675447
    zcl
    Guest

    Classification and author elements in the foreground category URL page article uncontrolled influence the background.
    Because of the use of the translation, so I illustrated below.
    Below these two URLs, one category, and a specific article page,
    I set the background theme is the display text and release time, but in the category page, but displays the article category and author of the article, which should not be it.

    http://www.xtsns.com/category/xinwen/guonei

    http://www.xtsns.com/xinwen/guonei/21408.html

    Another problem is that two kinds of URL shows the same content, perhaps wordpress itself, perhaps the question topics, to find out.

    http://www.xtsns.com/category/xinwen/guonei

    http://www.xtsns.com/xinwen/guonei

    If the method can be a reasonable solution best and reasonable solution to me is in line with wordpress mechanisms, thank you.

    The third question is about sharing, I enfold use by the sub-theme of the way, I want to extend sharing capabilities, such as adding more in line with China’s local website to share channels. But I think by now the code seems to be no way to achieve through the sub-theme, the theme of which is only to modify the parent enfold the source code, so I do not like, because the latter will not need to increase the workload, so I can not say there is better way to support the use of sub-themes of the code, let me use subtopics to expand sharing.
    China is currently more popular sharing sites such as QQ, Sina microblogging, micro-channel circle of friends, Alipay living area, there are many, they have their own icons, their icon is also very well-known in China. Here to give you a URL, the website is a tool to share, perhaps a little help to you.
    Of course, the most important thing is to allow me to extend through the sub-theme I need to share functionality without modifying any code parent topics.

    I hope Google translation tool I want to be able to express clearly

    I wish you every day better
    zcl

    Hi,

    You can simply hover on the icon on one of ALB elements to see the charcode – http://i.imgur.com/Q8twOxZ.png

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

    #socket .av-social-link-yelp a {
        color: #9b7820;
    }
    #top #wrap_all .av-social-link-yelp:hover a {
        color: #ffffff;
        background: #d32323;
    }
    

    Best regards,
    Yigit

    #675441

    Hi,

    You can edit your color section element and add “your-custom-id” (without double quotes) and then add following code to Quick CSS in Enfold theme options under General Styling tab

    #your-custom-id .av-special-heading.modern-centered {
    margin-top: 0;
    }

    Best regards,
    Yigit

    #675433
    webdesign
    Participant

    Hi!
    I made some changes to my css for the notification box. It now appears nice on the desktop version but it doesn’t display as nice on the mobile version. I’d like the text in the main content box (not the box in the upper left) to be vertically and horizontally centered. This is the code I’m using:
    div .avia_message_box .avia_message_box_title { font-size: 22px; }
    .avia_message_box_content { font-size: 14px; }
    .avia_message_box_content { text-transform: capitalize; }
    .avia_message_box_content {
    padding-top: 20px;
    }

    Thanks!

    #675430

    In reply to: Customize my theme

    Hi,

    You can check the CSS code i used in Quick CSS:

    #top .avia-slideshow-button.avia-color-light {
        background: black;
        color: white;
        border: 0;
    }

    Best regards,
    Josue

    #675421

    Hi Frank,
    sorry for the late reply…we’re just back from our family vacation. So glad you like what I did, but I can’t take all the credit for getting the code straight. I was getting a gray screen after following the tutorial, and it was Chris at SevenSpark who came to my rescue. Something about a php syntax error in the helper-main-menu.php file.

    Here is his note to me:
    Hi Christine,

    You were getting a grey screen because you had created a PHP syntax error in the helper-main-menu.php file

    I copied a fresh version over into the child theme includes folder and made the adjustment as described in the integration guide and it worked without issue.

    Now you can either adjust your Menu Bar Margin Top to push down the menu, or increase the Top Level Vertical Padding to increase the menu bar height if you prefer. Then set up your Submenu Column Defaults for the top level items and you should be good to go.

    Hope that helps. Have a good one,

    Chris

    #675386

    Topic: Content Slider Look

    in forum Enfold
    havi
    Participant

    Hi guys,

    Hope you are doing great. I have been trying to improve the look of the Content Slider arrows but I’m definitely not very good at it.

    I created one here (at the bottom of the article) where I tried to make the arrows larger and with the website’s color:

    But the website color does not show properly and I think it would be best if the arrows would display top left?

    I think that adding a thin gray border to the whole slider would make it stand out even more.

    I also added Adsense code to one of the slides and for some reason, it displays on every slide that comes before it (blocking the previous text) so I had to remove it.

    Here is my CSS:
    /*slider arrows css */
    #top .avia-smallarrow-slider .avia-slideshow-arrows {
    width: 130px;
    height: 35px;
    }
    #top .avia-smallarrow-slider .avia-slideshow-arrows a {
    background: #f89093;
    color: white;
    width: 50px;
    height: 30px;
    font-size: 25px;
    }

    Thank you so much!!!

    Havi

Viewing 30 results - 91,591 through 91,620 (of 142,813 total)