Forum Replies Created

Viewing 30 posts - 391 through 420 (of 494 total)
  • Author
    Posts
  • in reply to: Search button on Mobile #744466

    Hi guys!!

    I have tried adding the code but I get two hamburger menus on mobile (it looks very weird) I removed it.

    Am I missing something?

    Thank you!!! :)

    Warmly,

    Havi
    PS: It would be great if there would be a search option inside of the mobile menu (like we could add it when we build the menu or something)

    /*add search to mobile menu*/
    @media only screen and (max-width: 767px) {
    .main_menu .avia-menu, #header_main_alternate {
    display: block !important;
    }
    .av-main-nav > li { display: none; }
    li#menu-item-search {
    display: block!important;
    margin-top: -86px;
    right: -25px;
    }
    .responsive .main_menu {
    float: right;
    }}
    li#menu-item-search>a {
    font-size: 28px!important;
    }
    nav.main_menu { float: right; margin-right: -0.6%; margin-top: 2%; }

    in reply to: A bit of CSS required #722629

    Hi Yigit,

    Thank you! I did that in the beginning… it looks really bad… (too many sorting options with names in 2 languages)

    How can I have the Masonry element not be full width? Maybe then it will position itself after the Woocommerce categories.

    Warmly,

    Havi

    in reply to: some enfold fi #721377

    Yes, please. Let us know if it’s fixed as I have the same issue.

    How do I disallow each file individually?

    Thank you!!!

    Warmly,

    Havi

    in reply to: A bit of CSS required #721331

    Thank you, Rikard!! Purged the cache and worked like a charm!! :)

    Let’s have them find out the price after they click on what they like!!!

    Any ideas for having the categories display above or maybe add a sub menu that sticks to the top for the Shop page (I can create one with the categories)

    Thank you!!!

    Warmly,

    Havi

    in reply to: Woo commerce Add To Cart /cart/ page does not show products #700935

    Guys,

    You can close this ticket. It was the horrible host caching something. It’s working now but I will soon be migrating away from SlowWheel.

    Warmly,

    Havi

    in reply to: AdSense Widgets | WooCommerce | Strange Characters appear #697491

    That was perfect, Yigit!!! :) It looked terrace right from the start!!! Thank you so much!!!!!

    Have a wonderful rest of the week!!!

    Warmly,

    Havi

    in reply to: AdSense Widgets | WooCommerce | Strange Characters appear #697472

    Yes, Yigit! As the dots were showing suddenly and adding additional space on top of the ad widget. :)

    I changed it to your CSS and it all looks way better with the exception of the ad widget that is inside of the two-column piece at the bottom (ad to the left and More stunning wedding ideas to the right – the 3 related articles)

    How can I add a little padding on top of it?

    Warmly,

    Havi

    in reply to: AdSense Widgets | WooCommerce | Strange Characters appear #697463

    Thank you, Yigit!! It worked!! Is there anything on the code I added that you see as incorrect or maybe should be moved to modify adsbygoogle only?

    /*fix woocommerce padding on adsense*/
    #top #wrap_all ins::before {
    content: “\2219”;
    text-decoration: none;
    display: inline-block;
    padding: 0px 0 0 0px; /*here I changed it*/
    font-size: 0px; /*here I changed it*/
    line-height: 12px;
    }

    in reply to: AdSense Widgets | WooCommerce | Strange Characters appear #697436

    Andy,

    I cannot send you a link to the bottom of the page. This has been going on for quite a while. Is there anybody else that can lend me a hand that can scroll to the bottom of the page to see the Google Related Ads widget? You do understand that being Google Ads, the content itself will change and it’s not under my control.

    Waiting for help.

    Havi

    in reply to: AdSense Widgets | WooCommerce | Strange Characters appear #696682

    Hi Andy,

    That’s because I fixed mostly everything. There is only one part that I cannot find out to fix.

    Here is the fix I created (I’d like you to confirm that I didn’t mess anything else up):

    /*fix woocommerce padding on adsense*/
    #top #wrap_all ins::before {
    content: “\2219”;
    text-decoration: none;
    display: inline-block;
    padding: 0px 0 0 0px;
    font-size: 0px;
    line-height: 12px;
    }

    What is missing:
    The bottom padding is all off (Ad overlaps with the following text) and it’s the most evident here: https://s3.postimg.org/v0520c3ur/Screen_Shot_2016_10_01_at_9_06_42_PM.png

    See how the widget overlaps the text?

    You can visit any blog post such as http://bodasyweddings.com/canciones-para-bodas-mejores/ and scroll to the bottom. The Widget is the very last thing you will see before the Photo credits and the Blog Post Comment section.

    I could remove the whole fix but I cannot have it looking awkward with turquoise bullets until next week. You understand.

    I know it’s probably a very easy thing to fix but I couldn’t find where to add the padding or what may be blocking the bottom padding from happening. I am not a developer so I play this by ear.

    Maybe my fix is wrong and the solution lies elsewhere.

    Help, please!!!

    Thank you so much!!!

    Warmly,

    Havi

    in reply to: AdSense Widgets | WooCommerce | Strange Characters appear #695760

    Hi Andy!
    Any post or page will make these elements available to you. The site is not down but here are a few pages where you can see it:

    1- http://bodasyweddings.com/wedding-reception-seating-how-to-seat-guests/ (regular post)
    2- http://bodasyweddings.com/inspiracion-para-novias/ (Avia layout page)
    3- all of the sidebar widgets with adsense code in them.

    I fixed mostly everything except with the padding at the bottom (it is more visible if you scroll down to the end of the page and you will see what I mean as it overlaps with the photo credits text) there is a space after the other widgets so it’s not so noticeable but the ads should be placed farther from the text.

    Also, if you could check that the css I added will not affect Woocommerce layout when I start publishing products, that would be great!!!

    Please, let me know if there is anything other information you need.

    Thank you so much!!!

    Warmly,

    Havi

    in reply to: AdSense Widgets | WooCommerce | Strange Characters appear #694738

    Ok. I added this to the CSS:

    /*fix woocommerce padding on adsense*/
    #top #wrap_all ins::before {
    content: “\2219”;
    text-decoration: none;
    display: inline-block;
    padding: 0px 0 0 0px;
    font-size: 0px;
    line-height: 12px;
    }

    just the padding is all off (too much padding before and no padding after so it overlaps with the following text.

    Help!!! I’m almost there!!! :)

    Warmly,

    Havi

    in reply to: AdSense Widgets | WooCommerce | Strange Characters appear #694727

    I think I found something.

    Please, let me know what would make it go away. :)

    #top #wrap_all ins:before
    woocommerce-mod.css:573
    @media all {
    #top #wrap_all ins::before {
    content: “\2219”;
    text-decoration: none;
    display: inline-block;
    padding:0 7px 0 3px;
    font-size: 20px;
    line-height: 12px;
    }
    }
    or
    content: “\2219”;
    /*bullet*/
    text-decoration: none;
    display: inline-block;
    padding: 0 7px 0 3px;
    font-size: 20px;
    line-height: 12px;

    If I change it to:
    content: “\2219”;
    /*bullet*/
    text-decoration: none;
    display: inline-block;
    /* padding: 10px 7px 0 3px; */
    font-size: 0px;
    line-height: 12px;

    It looks good. What should I add to the css so it doesn’t conflict with Woocommerce or with anything else?

    Thank youuuuu!!!!

    Havi

    in reply to: AdSense Widgets | WooCommerce | Strange Characters appear #694724

    Hi guys,
    Is it possible that this bug fix is somehow affecting this? Should I remove that code from the functions.php on the child theme?

    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’);

    in reply to: Sidebar Navigation on Mobile Question #642320

    Hi Yigit!!

    Woohooo!!!! Awesome!!!

    Thank you so much!!!!

    Warmly,

    Havi :)

    in reply to: Sidebar Navigation on Mobile Question #640611

    Hi Josue!!

    Of course!! Here’s the website: http://bodasyweddings.com

    I would more than likely add the same to all of my wordpress clients (they are all on Enfold) ;)

    Warmly,

    Havi

    in reply to: Hide blog-categories minor-meta #603424

    Hi Ismael!!! This is awesome!!!! Worked like a charm!!! I have to update the code on all of the pages but thank goodness it’s now and not later!! Woohooooo!!!

    Thank you so much!!!!!! <3

    Warmly,

    Havi

    in reply to: Hide blog-categories minor-meta #601671

    Hi Ismael,
    It’s on the blog posts. Here is one example: http://bodasyweddings.com/como-maquillaje-de-labios-perfecto-duradero-trucos/

    At the bottom I added a slider with related posts.To the right of the Ad and above the newsletter sign-up. This way is closer to the end of the blog post to get more pageviews. (I also added another one like halfway with a different format)

    Right now there are no categories showing because of the code added. Do you want me to remove the code? Or can we do display one? Instead of display none? The problem arises when a blog post belongs to many categories.

    Warmly,

    Havi

    in reply to: Hide blog-categories minor-meta #600035

    Hi Jordan,

    It worked too well. It eliminated them from everywhere. It even displays like this: “03/17/16/0 Comments / / by Bodas y Weddings” under the posts titles. It’s missing the categories there.

    I just want them hidden when I use that particular slider to show related posts. :( Is it possible?

    I can always add the code to the CSS on the child theme.

    Thank you!!!

    Warmly,

    Havi

    in reply to: Adding DFP Script to header.php #598026

    Will try, Rikard!!! :)

    I’ll keep you posted! (so far I think DFP is not quite linking to my Adsense)

    Warmly,

    Havi

    in reply to: Hide blog-categories minor-meta #598025

    Hi Rikard!!!

    Of course! Here is goes: http://bodasyweddings.com/decoracion-de-bodas-en-rosa-cuarzo-azul-serenity/

    Warmly,

    Havi

    in reply to: Button Gradients Help Needed!! #589444

    Yessss!!!! Thank you, Yigit!!! All of the buttons with the exception of the one on the Main Menu (that is blue)

    You are a genius!!!

    :)

    in reply to: Button Gradients Help Needed!! #589440

    I am missing a few other buttons… if you send me the selectors, I’ll add them myself, no problem!!! :)

    Thank you, Yigit!!!! :)

    in reply to: Button Gradients Help Needed!! #589438

    Thank you Yigit!!!!!!! :) They look amazing!!!!

    I think I may do the same for other websites ;) Sooooo cool!!!!!

    Warmly,

    Havi :)

    in reply to: Button Gradients Help Needed!! #589429

    oh! no! Yigit, somehow the old code was still on my browser (even though I switched pages) and replaced your changes when I updated with the new gradient colors/code.

    in reply to: Button Gradients Help Needed!! #589426

    Wooohoooo!!!! :) Thank you, Yigit!!!!

    All I have to do now is choose the right colors and this is looking really nice!!!!! :)

    Warmly,

    Havi

    in reply to: Button Gradients Help Needed!! #589320

    Hi Yigit!!

    Thank you so much for fixing the top menu bar on mobile!!! :) There were too many items on that menu :)

    On the button, what button is it affecting? I must have the wrong button as I don’t see it giving gradient to the slider and/or the submit button on the form :( (if it would affect all the buttons except for the blue one on the menu that would be awesome!!

    Thank you soooooo much!!!

    Warmly,

    Havi :)

    in reply to: Using Advanced Layout Editor for Blog Question #588092

    Hi Andy!
    I sent you all of the credentials and added a note to the other ticket you are also helping me with. Feel free to close this one and we just keep the other one.
    Thank you sooooo much!!
    Warmly,
    Havi

    in reply to: Button Gradients Help Needed!! #588091

    Hi Andy!!

    The site is not live so I’m sending you the login to the staging area and to the WP as admin.

    Thank you soooo much!!!

    Warmly,

    Havi
    PS: Could you please also take a look at this code? I cleared the cache but it didn’t respond :( (I also looked at it on my iPhone) and you’ll see why I want to remove it. If you have an alternative solution, I’m open to new ideas. :)
    @media only screen and (max-width: 767px) {
    nav.sub_menu {
    display: none;
    }}

    in reply to: Using Advanced Layout Editor for Blog Question #588013

    Hi Andy!!

    Don’t worry about the workaround… I wanted to have a slider that was 50% in height and I can achieve that with the Easy Slider but it doesn’t allow me to add Buttons under the title like the Full Screen slider does. And I thought I could use the same method I used for another site but I didn’t add a slider there. Just a video background. Oh well… such is life!!! :)

    Is nav. sub_menu the one for Top Menu Bar? It’s not responding… :(

    Thank you Andy!!!! So much!!!

    Warmly,

    Havi

Viewing 30 posts - 391 through 420 (of 494 total)