ThemeZee
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Gambit] Sortierung Beiträge SliderHi,
Vielen Dank für die Nutzung von Gambit.
Das sollte klappen, in dem die Template-Datei /template-parts/post-slider.php mit einem Child Theme überschrieben und dann der Custom Database Query für die Slideshow-Beiträge entsprechend geändert wird:
// Fetch posts from database. $query_arguments = array( 'post__in' => $post_ids, 'posts_per_page' => absint( $theme_options['slider_limit'] ), 'no_found_rows' => true, ); $slider_query = new WP_Query( $query_arguments );Viele Grüße,
ThomasForum: Themes and Templates
In reply to: [Wellington] Reduce Footer HeightYou can reduce the footer padding with this short CSS snippet:
.site-footer .site-info { padding: 1em; }Cheers,
ThomasForum: Themes and Templates
In reply to: [Wellington] wellington_default_optionsHi there,
Right now it is not possible to change the default options of Wellington, I’m sorry.
When you add new Customizer settings with a child theme you can define the default options directly in these options, no need to change the parent theme ones.
So not sure what you’re trying to achieve, but I do not see any problem why this should be extendable.
Cheers,
ThomasHi there,
That looks like some other plugin is maybe breaking the styling, since this is not normal.
If you share the URL of your website I can take a look at it.
Cheers,
ThomasI’m sorry but we won’t change image sizes with an update, since this would cause a lot of trouble for existing websites. You can change the defined images sizes with the Simple Image Sizes plugin if you want.
Cheers,
ThomasForum: Themes and Templates
In reply to: [Mercia] Which of your themes is most similar to mercia?Hi there,
Tortuga, Donovan and Wellington use the same class names for the navigation as Mercia.
However, when you don’t like the white navigation why use Mercia in the first place? Just switch to Wellington or Donovan directly when you like it better.
Cheers,
ThomasHi there,
Thanks for using Mercia.
The error you mentioned is part of an external library, so we can’t change that.
I highly recommend to update your PHP version. WordPress Core is not supporting old PHP versions for long, so you won’t be able to run WordPress with PHP 5.3 in near future. Windows XP was also retired a long time ago.
It is time to move on 🙂
Cheers,
ThomasForum: Themes and Templates
In reply to: [Dynamico] Social Icon GraphicsHi there,
Thanks so much for using Dynamico.
With the latest update it is possible to extend the social icons menu with your own SVG images. You can learn more about that on https://themezee.com/docs/social-icons/#extend
CSS is not enough, you need to actually add the image with PHP and some filter hooks.
Cheers,
ThomasForum: Themes and Templates
In reply to: [Donovan] Bbpress font sizeHi there,
Thanks so much for using Donovan.
I’m sorry but we do not have any plans to add extra styling for bbpress. If bbpress fonts are too small then maybe there is some issue with the plugin, so I would contact the makers of bbpress directly.
Cheers,
ThomasForum: Themes and Templates
In reply to: [Donovan] Woocommerce SidebarHi there,
Thanks so much for using Donovan.
wooCommerce uses its own post types. The products for example are a custom post type, not normal static pages. Therefore the page templates of the theme do not work, since these are made for normal blog posts and static pages, the default post types of WordPress Core.
Donovan is not a wooCommerce theme and therefore does not add any extra template files for the shop post types. Therefore wooCommerce uses the default template, which shows the sidebar. You have to create a child theme and add your own template files for wooCommerce to remove the sidebar. Or switch to a theme made for wooCommerce which offers that kind of layout out of the box.
Cheers,
ThomasForum: Themes and Templates
In reply to: [Donovan] Problem with pagesNot sure what problem you mean. Our static pages does show the featured image of that page. If you don’t want the featured image to display, then do not set a featured image.
I do not see how this is a fault of the theme that it displays a featured image.
Cheers,
ThomasForum: Themes and Templates
In reply to: [Poseidon] popular tab widget is wrongHi there,
Thanks so much for using Poseidon.
The Widget Bundle uses the most commented posts for the popular ranking. So if all your posts have zero comments it will not really work.
Comments are the only metric which is available. Otherwise the plugin would have to save page visits or some other values to rank posts, which is a bit overkill for that simple widget.
Cheers,
ThomasForum: Themes and Templates
In reply to: [Donovan] Slow on mobile?Hi there,
Thanks so much for using Donovan.
The performance of your website is not just determined by the theme, but various aspects like images, your content, plugins etc. So very hard to tell why the score is low, I’m sorry.
You have to carefully analyse your whole WordPress installation, not just the theme.
Cheers,
ThomasForum: Themes and Templates
In reply to: [Palm Beach] Post Title and Featured Image OverlayHi there,
Thanks so much for using Palm Beach.
I’m sorry but there is no simple CSS to change the whole post layout. If you don’t like the featured image styling, I suggest to switch to our Poseidon theme. It is very similiar without the overlap: https://ww.wp.xz.cn/themes/poseidon/
Cheers,
ThomasForum: Themes and Templates
In reply to: [Maxwell] Sorting Of Magazine Column PostHi there,
Thanks so much for using Maxwell.
I’m sorry to tell you that the Magazine Columns widget does not support that.
I suggest to try out our newer Magazine Blocks: https://ww.wp.xz.cn/plugins/themezee-magazine-blocks/
The Blocks support an option to change the post order.Cheers,
Thomas