bandicootmarketing
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Arcade Basic] Remove sidebarThere is an option to remove the sidebar in the basic version of the theme. In the premium version, there is a checkbox on posts and pages that will allow you to remove the sidebar and force the main content to full width.
Forum: Themes and Templates
In reply to: [Destin Basic] Jetpack Infinite Scroll not workingWhat do you mean by duplication of posts?
Add this to the Custom CSS editor for the nav issue:
.archive.infinite-scroll .navigation { display: block; }
Forum: Themes and Templates
In reply to: [Destin Basic] Masonry Featured PostThe sticky option is in the Post Visibility section:
https://codex.www.ads-software.com/Content_VisibilityThe width is set in the CSS and Masonry uses that.
Forum: Themes and Templates
In reply to: [Ward] Remove "Category:" text before the page titleThis is a part of the core WordPress function the_archive_title(). There are a few tutorials on how to work with it if you search on Google.
https://www.google.ca/search?q=wordpress+the_archive_title&oq=wordpress+the_archive_title&aqs=chrome..69i57j0l5.1367j0j7&sourceid=chrome&ie=UTF-8
Forum: Themes and Templates
In reply to: [Arcade Basic] Dropdown submenuThe menu is built to work with a click to support touch-enabled devices. Tablets and phones are taking over. ??
Forum: Themes and Templates
In reply to: [Arcade Basic] Dropdown submenu@laura Barron,
Creating a custom link with “#” for the URL as your parent item will make it work. There’s more info here: https://codex.www.ads-software.com/Appearance_Menus_Screen#Custom_Links
Forum: Themes and Templates
In reply to: [National Basic] blue boxThat is the Jumbo Headline. Just make sure you don’t have any widgets in it.
Forum: Themes and Templates
In reply to: [Destin Basic] Masonry Featured PostSticky posts are added to the top of the home page but they display the same as other posts.
There really isn’t a way of separating sticky posts to make them wider.
Forum: Themes and Templates
In reply to: [Destin Basic] logo on top?This feature is only available in the premium version of Destin.
Forum: Themes and Templates
In reply to: [Tienda Basic] categories and articlesI don’t know the plugin you’re using. It might be better to ask the developer why it works that way.
Forum: Themes and Templates
In reply to: [Magazine Basic] Changes made with customizer won't take effectYou’re best bet it to start building your child theme again. Add in the customized stuff piece by piece so that you can see the new code.
Forum: Themes and Templates
In reply to: [Gridiculous] Adding links after the 'Site Description'You need to use either floats or absolute positioning to get it to appear next to the site title or site description.
Forum: Themes and Templates
In reply to: [Arcade Basic] form in header; make responsiveYou would have to use CSS to specify different settings for mobile with @media queries.
Forum: Themes and Templates
In reply to: [Arcade Basic] Dropdown submenuHave you read through this thread?
https://www.ads-software.com/support/topic/submenue-doesnt-work-on-pc-neither-mobile?replies=16
Forum: Themes and Templates
In reply to: [Tienda Basic] categories and articlesThat is a page, not a post. You can’t add a category to a page.