Viewing 30 results - 101,641 through 101,670 (of 142,938 total)
  • Author
    Search Results
  • #572119

    Thanks Yigit and Andy!! :)

    I use now the the hide-my-wp plugin! Thats great! :)
    But on little topic….In the source code is this: file/dynamic_avia/enfold_child.css’

    I read the foren replys to this topic: https://kriesi.at/support/topic/change-name-or-dont-use-dynamic_aviaenfold_child-css-file/
    but the path is every existent. I rename the enfold_child.css too child.css…
    Than is the layout destroyed….what can i do??

    Great thanks for your help :)

    #572114

    Hey shefferz!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #colorblockhomepage .content {
        vertical-align: top;
        top: 50px;
    }

    Cheers!
    Yigit

    #572105
    shefferz
    Participant

    Hi,

    I have a color block that has 1/3 columns within .

    However there is a large space above the 1/3’s. I would like to remove this spacing.

    I have given the name of the color block an ID of #colorblockhomepage

    #572099

    In reply to: Header main alternate

    Hey!

    You had one unclosed media query (the one at the top) in your Style.css file of your child theme. I closed it, please review your website now

    Best regards,
    Yigit

    #572071

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top #review_form #respond .comment-form-rating {
        position: static;
    }

    Regards,
    Yigit

    #572063
    Bipnet
    Participant

    Hi,
    We use “WP PRO Advertising System – All In One Ad Manager” by tunafish.
    And when we use the Fly-in style it places it self below/underneath header and footer sections.

    We have tried to use z-index in css of the “WP-PRO adv.” to get the fly-in on top/above header and footer but with no success :-/
    Have tried in css for the theme – but no success.
    Can u help?
    Info below.

    Tnx!

    //Magnus – Webcamfuengirola

    #572049

    Hey!

    Please add following code to Quick CSS as well

    #top #wrap_all .av-social-link-instagram a:after {
        content: 'Instagram';
        margin-left: 10px;
    }

    Best regards,
    Yigit

    #572045

    Topic: Gray bar on top

    in forum Enfold
    fanitastik
    Participant

    I dont know whay, but on top have a gray bar, can you help me?

    soimpng.com

    #572043

    Hi Andy!
    Thank you! Your topic has solved the problem only for internal pages.
    To fix it in the front page I used the following code:

    Change in wp-includes/canonical.php lines 264-270 from this:
    <?php
    // Post Paging
    if ( is_singular() && ! is_front_page() && get_query_var(‘page’) ) {
    if ( !$redirect_url )
    $redirect_url = get_permalink( get_queried_object_id() );
    $redirect_url = trailingslashit( $redirect_url ) . user_trailingslashit( get_query_var( ‘page’ ), ‘single_paged’ );
    $redirect[‘query’] = remove_query_arg( ‘page’, $redirect[‘query’] );
    }

    to that:
    <?php
    // Post Paging
    if ( is_singular() && get_query_var(‘page’) && ( !is_front_page() || ( isset($wp_query->queried_object) && ‘page’ == get_option(‘show_on_front’) && $wp_query->queried_object->ID == get_option(‘page_on_front’) ) ) ) {
    if ( !$redirect_url )
    $redirect_url = get_permalink( get_queried_object_id() );
    $page = get_query_var( ‘page’ );
    if ( is_front_page() ) {
    $redirect_url = trailingslashit( $redirect_url ) . user_trailingslashit( “$wp_rewrite->pagination_base/$page”, ‘paged’ );
    } else {
    $redirect_url = trailingslashit( $redirect_url ) . user_trailingslashit( $page, ‘single_paged’ );
    }
    $redirect[‘query’] = remove_query_arg( ‘page’, $redirect[‘query’] );
    }

    Have I nice day!
    Daria

    #572041

    Topic: Product Entry Title

    in forum Enfold
    Wils1234
    Participant

    Hi Support,

    Please could you advise how I can change the size of the Product Entry Title for each of the Desktop, Tablet and Mobile Versions.

    Thanks in advance.

    #572006
    Sladestyle
    Participant

    Hi, a few months ago I posed the question regarding increasing the size of the small preview image in the blog post. Yigit gave the solution here: https://kriesi.at/support/topic/single-author-blog-index-layout/ which worked great.

    I am attempting to add the same code snippet into the function.php child-theme file of another site but now I get a bunch of error lines in the header. Do you know what might have changed between the 2 websites that are both using Enfold?

    The old site is https://openfin.co and the new site is http://staging.loopcreative.co/redseal/news/awards/ (the page that has an example small preview thumb).

    Thanks!

    #571973

    In reply to: Several questions

    Hi Ismael,

    Thanks a lot for your reply. I managed to resolve 1 and 2, but here’s the rest. 6 and 7 also seem to have been solved somehow, although it was like that during the whole time I worked on the site.

    3. I did, and added this code, but the image still shows up an both mobile and tablet

    @media only screen and (max-width: 800) {
    .lv_laptopimagehome.avia_image { display: none !important; }

    4. This happens only on tablets. Here’s the link to the screenshot: http://tinypic.com/r/177lvl/9

    5. No, I didn’t use a plugin for this. Simply added the script to the text editor.

    Thanks so much for your help

    #571937

    Hi,

    The page is https://lewinandreilly.com.au/ethos/. It works fine on Desktop and phone, but tablet has the formatting issues described.

    Thanks

    #571935

    Ok that only removed the logo but made the top header bar taller. I want to make the top phone bar-social media background black with white phone number text and remove the logo header bar completely. Oh yes, and also the menu disappeared.
    Please have a look. Thanks Rickard. :-)

    • This reply was modified 10 years, 3 months ago by yes9310.
    #571934

    Thanks Yigit,

    I did what you said.
    But I think it makes a conflict in blog posts. As you might see, I have disabled all the Share Links except LinkedIn, Google and Email. But after I change the layout dimension from 60-40 to 70-30, all the Share links are now showing in my blog post.
    Plus, it make the header looks different (I can no see a black line at the top of my page) and the style of the menu is changed too.

    This is the worst time for me. This change in layout dimension makes my website RESET! All my customization are gone! CHECK THE LINK

    • This reply was modified 10 years, 3 months ago by Sadegh.
    #571932

    In reply to: reduce widget spaces

    Hi Yigit,

    Yes I found your answer in one another topic and used that code.
    Although this code was helpful for me, but I think there is a conflict between “this code” and “Dimensions values”.
    When I had 60-40 in dimensions values, adding or reducing the padding didn’t work.
    But now, when I adjust it to 70-30 in dimensions values, it seems to work.

    (P.S: I already mentioned this conflict in this topic too. As there is another problem with that too)

    #571930
    Doug Orange
    Participant

    For many months we have been having the same issue described here:

    We get extra ul tags when using the advanced editor to edit bulleted lists. Our site is using version 3.2.3 of Enfold. Our website developer sent us a copy of version 3.3.2 which I uploaded and tested but the problem remains.

    Ideally I’d like to have automatic updates for the theme. I have the API code but I don’t think I have the right themeforest username since we didn’t purchase the theme – our developer did.

    What’s the best way to get the latest version of the theme? Are there any other tricks to getting this issue fixed?

    Thanks – Doug

    #571905

    In reply to: Separator / Whitespace

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .home .main_color .content {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    Best regards,
    Rikard

    #571903

    Hi,

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

    Best regards,
    Rikard

    Hi Rikard,

    It seems to work.. however, it ends up putting boxes around each sub menu…
    so.. now “Cart” , “My Account” , “Terms”, and “Cart” are all boxed in as well… and the color is changed for each of those submenus as well… so it kind of looks like a new menu.

    Is there a way to just apply the style only to the top level menu.. .. in this case “Shop” ?

    #571897

    Hi Ludovic,

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

    Best regards,
    Rikard

    #571891

    I figured it out!

    Please mark this topic as resolved!

    thanks,

    #571877

    Hi,

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

    Regards,
    Rikard

    #571873

    Hi,

    Glad you found it, please let us know if you should need any more help on the topic.

    Thanks,
    Rikard

    #571869

    In reply to: Footer Not Centered

    Hi cdmedia1111,

    Please try the following as well:

    #socket .container {
        max-width: 100% !important;
        padding: 0 !important;
    }
    
    #socket .menu {
        margin-top: 25px !important;
    }

    Thanks,
    Rikard

    #571860

    Elliott,

    I didn’t. I’m assuming you’re working on a larger screen than me, so things probably do look fine for you. I’m working on a mid 2012 15in MacBook Pro. I’m attaching some links to screenshots:

    Screenshot 1: http://www.chriscoronadesign.com/wp-content/uploads/2016/01/Screen-Shot-2016-01-25-at-8.23.07-PM.png

    Screenshot 2: http://www.chriscoronadesign.com/wp-content/uploads/2016/01/Screen-Shot-2016-01-25-at-8.23.24-PM.png

    You see how the Slider section at the top displays my entire image, and the contact section is zoomed in? The contact section background photo isn’t adjusting for the width of the browser.

    #571854
    janicenisha
    Participant

    Hi there,

    I am trying to get my social share plugin to align to the right. I used
    <div align=”right”>
    [apss-share]
    </div>
    but doesn’t seem to work. Float=right somehow gets all the icons in a straight row on top of each other. Could I get some advise on how to go about it?

    Thank you very much.

    #571833

    Well, basically I chose the option of a sticky header / menu.
    Is this why the scroll to top is hidden?

    How would I show it on tablets and mobiles though

    I noticed that this forum has the scroll to top function and sticky menu combined.

    • This reply was modified 10 years, 3 months ago by avwebmaster.
    #571831

    Hey!

    Well the top bar your talking about is from the codeblock element. You’ll want to move it down to the bottom of the page.

    And you still do not have the CSS I posted here, https://kriesi.at/support/topic/blog-post-image-and-title-layout/#post-565153, in the codeblock. I’ll go ahead and add it again.

    Cheers!
    Elliott

    #571826

    Hi!

    Try adding this to your custom CSS.

    .avia-msie-11 .pricing-table.avia-highlight-col .first-table-item { top: 0px !important; }
    

    Regards,
    Elliott

Viewing 30 results - 101,641 through 101,670 (of 142,938 total)