themesdna
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Simple Writer] Sidebar photos not rotatingHi,
I responded to the email you sent. Please review it and supply the relevant information. For pro version support, kindly use the contact form on our website.
Thanks.Forum: Reviews
In reply to: [Clean Gallery] Problems after updateBecause this is not a theme issue, you can reconsider the theme ratings you have given. Thanks.
Forum: Reviews
In reply to: [Clean Gallery] Problems after updateWe made no changes to the Clean Gallery theme with the new update that would affect the display of inline AdSense ads. This could be due to a problem with your ad code or a conflict with a plugin you’re using. AdSense ads can take some time to display correctly.
Forum: Themes and Templates
In reply to: [GridNext] Grid 5 columnHi,
GridNext free version only has 4 columns option for the posts grid.
You can center grid post titles and dates using this CSS code:
.gridnext-grid-post .gridnext-grid-post-header,.gridnext-grid-header-meta{text-align:center;}
Thanks.
Forum: Themes and Templates
In reply to: [WP Masonry] Update possible?Hi, I will update the theme within the next 30 days. However, I can confirm that there is no security risk or outdated code in the current version of the theme. Thanks.
Forum: Themes and Templates
In reply to: [GridPal] Title font sizesHi Thomas, In this theme, you can not change the post title font size using the editor. It is coming from the style.css file in your theme’s folder. You can use “Additional CSS” section in Theme Customizer to change fonts sizes using custom CSS. Thanks.
Forum: Themes and Templates
In reply to: [GridSoul] Pictures do not appear on homepageHi, I checked your website. You need to add a featured image for each post to display thumbnails on the homepage.
Forum: Themes and Templates
In reply to: [GridMode] remove archives and categories from post pageI checked your website, and it shows that you have already removed widgets.
Forum: Themes and Templates
In reply to: [GridMode] remove archives and categories from post pageYou can go to your “WordPress Dashboard” -> “Appearance” -> “Widgets” and remove these widgets.
Forum: Themes and Templates
In reply to: [GridMode] HEADER COLOUR AND SEARCH BOXHi,
Color options and header layout options are available in the PRO version.
“Appearance” -> “Customize” -> “Theme Options” -> “Colors” -> “Header Background Color”.
“Appearance” -> “Customize” -> “Theme Options” -> “Header Options” -> “Header Layout”.
To change the header background color in the free version, please use this CSS code:
.gridmode-header-inside{background: #dddddd;}
Note: You can replace “#dddddd” with any color code you like.
Thanks.
- This reply was modified 2 years, 2 months ago by themesdna.
Forum: Themes and Templates
In reply to: [BoldWP] Opened menus on mobile?I can not see such issues on your website from my end. Please try clearing your browser cache.
Forum: Themes and Templates
In reply to: [BoldWP] Opened menus on mobile?Hi,
I checked your website and show you have made a mistake when editing “assets/js/custom.js” file to disable sticky sidebar. Replace entire code of your “custom.js” file with the code given here: pastebin.com/raw/cbbJVE37
Thanks
- This reply was modified 2 years, 5 months ago by themesdna.
Forum: Themes and Templates
In reply to: [BoldWP] Floating/Scrolling MenuTo disable sticky sidebar, you will need to remove this code from “assets/js/custom.js” file:
if(boldwp_ajax_object.sticky_sidebar_active){ $('.boldwp-main-wrapper, .boldwp-sidebar-wrapper').theiaStickySidebar({ containerSelector: ".boldwp-content-wrapper", additionalMarginTop: 0, additionalMarginBottom: 0, minWidth: 960, }); $(window).on( "resize", function() { $('.boldwp-main-wrapper, .boldwp-sidebar-wrapper').theiaStickySidebar({ containerSelector: ".boldwp-content-wrapper", additionalMarginTop: 0, additionalMarginBottom: 0, minWidth: 960, }); }); }
- This reply was modified 2 years, 5 months ago by themesdna.
Forum: Themes and Templates
In reply to: [BoldWP] Floating/Scrolling MenuHi,
Are you asking about disabling sticky menu or sticky sidebar?
Thanks
Forum: Themes and Templates
In reply to: [CleanWP] This theme causes multipe H1 tags on homepageHi, Theme is already updated. You should see update notification now. If not, check for updates going to your WordPress dashboard. Thanks.