Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Search Results for 'sidebar'

Home / Forums / Search / Search Results for 'sidebar'

Viewing 20 results - 4,321 through 4,340 (of 5,356 total)
  • Author
    Search Results
  • #42677

    This is what I copied and pasted. (I changed it to 5 since I only have about 10 posts)
    [kad_blog orderby=date items=5 fullpost=false]

    this is how it looks. At the bottom, there’s button to move to the next page to see more posts.
    http://www.debbiesun.com/blog-sidebar/

    I´m reluctant to send my login but if it’s the only way, I can do it.
    thanks for the help thus far.

    #42662

    ok, so on your shop page you have a sidebar. Either add a sidebar to your home page or make the columns 5 instead of 4 in your carousel.

    Ben

    #42661

    Appearance-wise, it worked perfectly!
    Bummed that I don’t get to have the same way of customizing the blog as I did using the blog template. Eg. even with the code saying fullpost=false, it is still showing the full post. And I would like to be able to scroll through all the posts but it showing only 5 posts at a time.

    Is there any other way to use the blog template and have it look like the featured-sidebar page?
    http://www.debbiesun.com/blog-sidebar/

    sorry for so many questions…

    #42647

    yep, the featured-sidebar could work, but how do I get the blog posts to show up in the body of the page?

    #42644

    Did you try the feature -sidebar template? See here- http://docs.kadencethemes.com/virtue/#featuresidebarpage
    Does that not work for you?

    Hannah

    #42626

    Hi,
    Both of your pages are saying I don’t have permission to access?
    If you want an image above the page title you can use the feature-sidebar template (under page attributes in the edit page). Then you would just need to use a blog shortcode like this: [blog_posts items=”20″ orderby=”date”]
    Or if you want a fullwidth image below the title but above the posts you can still use the blog grid template and just add a row with page builder and set the background image of the row and set it to full width stretched with top and bottom padding. Then just add a blank text widget to the row.
    Hope one of those works for you.

    Hannah

    In forum: Virtue Theme

    In reply to: inserting ad scripts

    #42618

    Ben or Hannah,

    I just did this and it removed the excerpt from the homepage as well. Is there a short code for it to remove the excerpt from the Category pages only? And can I please have the short code to align them nicely?

    Also, I just added some banner ads on the sidebar and footer and it seems to affect the mobile view. My blogs and ads aren’t showing up on mobiles. Please advise a solution.

    http://www.twopeasinthepantry.com

    #42616

    Hi,

    The above link is what I have. What I want the top image to be full width then below would be the blog posts with sidebar.

    I didn’t know how to attach an image here so I inserted it into this page:

    Many thanks!

    In forum: Virtue Theme
    #42611

    Hi Ben,

    At this point I really haven’t looked into it too much. I was thinking that it would be nice to have them just like on posts. On my blog the tag cloud appears at the bottom of the sidebar and clicking on any tag gives a list of posts that have that tag.

    Like this blog post: http://dreamlight.com/adding-mac-os-x-small-icons-to-answer-dialogs-livecode-hack-fix/

    On the portfolios it would be nice to have the same ability. Each portfolio item with a list of tags and a tag cloud appearing under the project details on the side. Then clicking on any tag in the cloud would bring up a list of other portfolio items with the same tags. It would be a looser way to associate related portfolio items. I’m already using the categories for a more focused and structured categorization, but would also like a looser tag based association that I don’t necessarily want to make as major categories. Does that make sense?

    Here’s a portfolio page: http://dreamlight.com/portfolio/3d-product-animation-2d-motion-graphics/

    And here’s the main portfolio page where the major categories are selectable.
    http://dreamlight.com/portfolio/

    #42607

    Hi,

    1. Could you please provide the short codes for adding a top and bottom line to the Secondary Navigation Menu

    2. How do I add a second sidebar to be placed on the right side as well?

    Thank you.

    #42440

    1.

    .sidebar .widget-first {
      margin-top: 6px;
    }
    .postlist {
      margin-top: 4px;
    }

    2. same ^

    3.

    .kad_img_upload_widget {
        clear: both;
        margin-bottom:1px;
    }
    

    4. In each row you can change the bottom margin. In each widget you can use pagebuilder to help you change the margins or paddings depending on the widget.

    5. You would have to use a child theme and edit the templates/comment.php file or use a plugin that overrides the wordpress comments. This is also true for the submit button.

    6. The diagonal lines are added by the browser.

    #commentform label {
      color: blue;
      text-transform: uppercase;
      font-weight: normal;
    }
    #commentform textarea, #commentform .col-md-4 input {
        border-color: blue;
    }

    7. remove whatever plugin you added that is adding that. It’s not a default thing.

    8. The contact forum is on the right because your page content would show on the left. I’m adding css to move it to center which means the page content will now appear above the contact form.

    9. You can do that right in the page itself. Just remove the form title in your page options.

    10. You can’t remove something in the text unless you edit the template with a child theme. Or use a plugin to create your own contact form like contact form 7.

    .contactform label {
        color: blue;
        text-transform: uppercase;
    }
    .contactform label b {
        font-weight: normal !important;
    }
    

    11. The diagonal lines are added by the browser.

    .contactform textarea, .contactform input.full, .contactform input.kad-quarter {
        border-color: blue;
    }

    12. You can’t change something in the text unless you edit the template with a child theme. Or use a plugin to create your own contact form like contact form 7.

    Ben

    #42422

    I am wondering what would the CSS codes would be to make the following adjustments:

    BLOG:
    1. The top margin of the Blog List Content to align with the top edge of the Sidebar Search Box
    2. The top margin of the individual blog entries to align with the top edge of the Sidebar Search Box
    3. I have set a border for the image on Page Builder and the bottom border is not displaying on desktop, for this specific image size
    4. How do I adjust the spacing between the elements of the blog content in page builder?

    LEAVE A REPLY SECTION:
    5. Change the text “Reply” to “Comment”, the changing it to “LEAVE A COMMENT”; Also transforming it to all uppercase
    6. On the entry form:
    Transform text to all uppercase, change font colour and unbold text
    Change the border colour (including the diagonal lines on the bottom left corner of the comment box)
    Change text to “SUBMIT” on the button, transforming it to all uppercase as well.
    7. How to remove the reCAPTCHA box.

    CONTACT PAGE:
    8. Centre the contact form to the page
    9. Remove the “Send an Email” text and move the form up, to fill the empty space
    10. Transform text of form labels to all uppercase, change font colour and unbold text; Also removing the colon on the field labels that have them.
    11. Change the border colour (including the diagonal lines on the bottom left corner of the message box)
    12. Change text to just “SEND” on the button, transforming it to all uppercase as well.

    Thanks!

    #42398

    Thanks for the link. Try this instead:

    .sidebar .kadence_recent_posts img {
    display: none;
    }

    Hannah

    In forum: Virtue Theme

    In reply to: inserting ad scripts

    #42127

    I used Ad Inserter and a few others but they all have the same problem. I definitely want this site to be mobile friendly so won’t change the sidebar size. I emailed the publishing agency who provided the banner and asked if I could resize it …no response yet. I’ll ask the plugin author as well.

    New questions:

    1. The pagination on my homepage is not showing up. At one point, we were doing something and it got removed. I checked the custom CSS section and there is no code to remove this. How can I get it back without messing up what I have now? http://www.twopeasinthepantry.com

    2. How do I extend the length of the dividing line between the homepage slider and the Recent Posts to align with the Recent Posts section? The line appears shorter.

    In forum: Virtue Theme

    In reply to: Social Media Sharing

    #42098

    Hi Michael,
    Did you add the plugin’s widget to your sidebar? There’s an option in settings to choose which pages you add it to. Or you can use the plugin widget and add it to your footer or you can use page builder (install through appearance > theme recommended plugins) and add the widget that way.
    If you’re wanting like and share buttons you may be better off using a plugin like this- https://wordpress.org/plugins/only-tweet-like-share-and-google-1/
    The settings are super easy to set up.
    Hope that works for you!

    Hannah

    #42085

    Using the simple share plugin, it appears that for standard them pages built via Theme settings like home, it do not use a sidebar but instead go full width on page,. this plugin doesnt work seemlessly. It does apply to products and to blog postings and to sidebars, but not full width pages. Any ideas how to get around this using theme settings? Thanks in advance.

    In forum: Virtue Theme

    In reply to: Social Media Sharing

    #42081

    AS a follow up, I am seeing it in sidebars, so perhaps, because I don’t have a sidebar on my homepage or about page, is why I don’t see it. That being said, I would like to find a seemless way, with this theme to add both “like” and “share” buttons for full width pages. My site for reference is http://www.clearwatertacklecompany.com

    Thanks again,

    Mike

    In forum: Virtue Theme

    In reply to: inserting ad scripts

    #42068

    Hey,
    1. any image you add should be responsive. You have a responsive site and it shouldn’t cause any problems for a 300px wide image to shrink to 262. What are you using that is forcing a set width? Have you asked the plugin author about it?

    If you want to force your content smaller and make the sidebar larger you can but that will only mean you make the plugin work on desktop and you mobile will suffer. I suggest finding ads that are responsive.

    2. Your widget isn’t clearing. just add this css:

    .related_posts_by_taxonomy:after {
      display: table;
      clear: both;
      content: '';
    }

    Ben

    In forum: Virtue Theme

    In reply to: inserting ad scripts

    #42003

    Thanks Hannah but looks like I have some new issues:

    1. The banner ads are sizes 160×600 skyscraper and 300×250 medium rectangle…both don’t fit into the sidebar. How can I solve this?

    2. On the sidebar under the Related Recipes widget: http://www.twopeasinthepantry.com/recipe/chicken-lettuce-wraps/ …why is there a 3rd line behind the image? The other widgets don’t have this issue. How can I remove it?

    #41974

    Are you sure you’re using the correct page template? There shouldn’t be a sidebar or anything on the page.

Viewing 20 results - 4,321 through 4,340 (of 5,356 total)