Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1518820
Plugin incompatibility
Closed

Comments

  • pacasimiro started the conversation

    Hi.

    I have the penci recipe plugin activated. I want to add a widget section after the post, to display a costum text in all posts, and I tried to install the "add widget after content" plugin. However, the widget I add to that section appears twice in the post: one at the end of the recipe instructions (before the notes section) and another at the end of the post as it should.

    Can you provide some help or fix to this problem?

    Kind regards,

    Paula

  •  2,699
    PenciDesign replied

    Hi,

    I didn't see it on your site. Can you make this issue available to I can take it a look to help you?


    Best Regards,

    PenciDesign

  • pacasimiro replied

    Hi,

    You're right. I deactivated the plugin because makes the site look bad.

    So, now it's active. You can check this post

    http://mycommontable.com/no-knead-carob-walnut-bread/

    As you can see, there is a section (GET IN TOUCH) that appears below the post, before the comments, with some costum text that I want to attach to all blog posts without having to enter it manually in each one of them, because if I want to make a change to this text I would have to go and edit all blog posts one by one. 

    However, this same section appears twice in the middle of the recipe also, betwwen the instructions and the notes.

    This is very important to me and I wouldn't like to have to deactivate the recipe plugin and change it for another. Can you help?

    Kind regards,

    Paula

  •  2,699
    PenciDesign replied

    Hi,

    Please add more this code to Customize > Custom CSS to fixed it:

    .penci-recipe .awac-wrapper{ display: none;  }

    Best Regards,

    PenciDesign

  • pacasimiro replied

    Hi.

    It didn't work :(

    In mobile version is OK.


  •  2,699
    PenciDesign replied

    Hi,

    I see you have a custom CSS:

    @media only screen and (max-width: 1024px){
    .widget-social, .featured-area, .container.home-featured-boxes, .penci-sidebar-content .jr-insta-slider{ display: none;} ul.footer-socials li a span{ display: none; } .tiled-gallery {
        margin-top: -28px !important;
    }


    You're missing a  } on this custom css, this make the code I sent you doesn't work. Please change the code above to:

    @media only screen and (max-width: 1024px){
    .widget-social, .featured-area, .container.home-featured-boxes, .penci-sidebar-content .jr-insta-slider{ display: none;} ul.footer-socials li a span{ display: none; } .tiled-gallery {
        margin-top: -28px !important;
    }
    }


    Best Regards,

    PenciDesign

  • pacasimiro replied

    You're completely right, now it's OK.

    Thank your for the awsome support.

    Kind regards,

    Paula

  •   PenciDesign replied privately