Themes4WP
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Alpha Store] Header Layout AppearThere is nothing wrong with the header
Forum: Themes and Templates
In reply to: [Alpha Store] Produkt list not alignedHi
This is not easy. You must set the min height of the product (set the height of your highest product):
.woocommerce ul.products li.product { padding-bottom: 30px; min-height: 320px; }
Then make the button absolute position:
a.button.add_to_cart_button { position: absolute; bottom: 0; left: 0; right: 0; }
Forum: Themes and Templates
In reply to: [Alpha Store] Stuck on the order confirmation page woocommerceHi
This could be a javascript problem. Disable all plugins and test your site. Some of the plugin may cause this problem.
Hi Jackson
You must create some product categories, then select one from them with at least 3 products.
Forum: Reviews
In reply to: [Alpha Store] Very impressive.Hi
The latest theme version included new theme info page with tips and important links to documentation. Go to WP dashboard – Appearance – About Alpha Store.
Forum: Themes and Templates
In reply to: [BlogMaster] SliderGlad we help you.
We have 2 free themes (but with carousel) where you can set the carousel on homepage (Your latest posts) or everywhere (on all site pages). Check the https://www.ads-software.com/themes/amigo/ and https://themes4wp.com/product/connect-pro/
Forum: Themes and Templates
In reply to: [BlogMaster] SliderHi
First be sure that you have enabled on front page “Your latest posts” (Settings – reading – Front page displays).
You can try “reset” the slider settings – select another category and save the customizer settings.Forum: Themes and Templates
In reply to: [BlogMaster] SliderHi
Install the Kirki plugin (this is theme options toolkit) and go to WP customizer. You can find the slider settings under Main Styling – enable the slider and select category.
Forum: Themes and Templates
In reply to: [MaxStore] Featured images not showing correctlyHi
Did you try the regenerate thumbnail plugin? 300x300px is ideal size (you can use bigger – the images will be resized).
The link to your website will be fine. We can check the source code.
We have dedicated support forum for the themes https://support.themes4wp.com/. The support is much more faster there.
Forum: Themes and Templates
In reply to: [MaxStore] Site Identity on Maxstore themeHi
You can buy MaxStore PRO – all these features are included in the theme admin panel.
Forum: Themes and Templates
In reply to: [BlogR] Theme QuestionHi
Our themes will not work on WordPress.com. It only works on self-hosted WordPress installs.
There is big difference between WordPress.com and www.ads-software.com:
https://en.support.wordpress.com/com-vs-org/Forum: Themes and Templates
In reply to: [PressNews] Add Image to PressNews HeaderHi
This support forum is not monitored from us. We have dedicated support forum:
https://support.themes4wp.com/Could you explain the image (you can upload logo as you can see in demo/screenshot – the header banner is included only in PRO version)? Everything what you see in demo is possible without touching the code.
Forum: Themes and Templates
In reply to: [First Mag] CSSHi
This support forum is not monitored from us. We have dedicated support forum:
https://support.themes4wp.com/Answer:
#searchform #searchsubmit { color: #ffffff; background-color: #F70000; border-color: #F70000; }
Forum: Themes and Templates
In reply to: [First Mag] Remove featured image in single-post?Hi
This option is not included. You can do it only with custom CSS style:
.single-post .single-thumbnail {
display: none;
}Yes, this solution working.
I am using:
$date = date(‘H-i’) besouse date(‘His’) make many empty folders.