YOUR THEMES ARE GOOD LOOKING, BUT NO AJAX LOAD MORE BUTTON, WHICH IS IN NEED FOR USERS A LOT
Themes need “LOAD MORE BUTTON” OPTION
I WILL ORDER PRO WHEN YOU PUT SUCH FUNCTION TO THE THEMES
Hi, I solved the problem using the custom CSS in the frontpage layout that you gave to another user in this forum.
It’s ok for me.
Hi @jake-3565,
Actually we haven’t provided any CSS frameworks on our documentation. Documentations are just to help users to set and use the theme easily. If you want to change the font sizes and color for the elements basis then you can upgrade the theme by buying premium version. In Premium Version you can customize the theme easily through the options provided by the theme.
Thank you
Hi Joern,
First of all can you please update the theme to latest version.
You can get the latest version from your account.
Please login to our site with the same username while you have purchase the theme.
Thank you!
Hi Silerna,
We have not set any recommended size for the images. Users are free to use any size as per their needs. If you want to set the same size for all the images you are free to crop in your own size.
Thank you!
There’s another user that facing the same problem regarding translation
https://www.themehorse.com/support-forum/topic/translate-banner-titles/
Hi Daniel,
Featured Images are wrapped within a fixed container which display accurate height and width and also looks similarity to the all the section. If you removed and set the original aspect ratio it looks mess appearance to your site which does not looks nice as of the user point of view.
Thank you!
Hello,
I want my logo display at the center of Navbar_ for the mobile user. Do you know how to do that?
Please see the images reference Image
Thanks you,
Hi there,
Please update the users role to your desired one. You can find the user roles described here
Thank you!
Can I use diferent home page for notebook, tablet and mobile phone view?
I need to display different content for mobile users, because the “head” content (Main stories, Editors Pics,, Trending Stories,Popular stories) is too long for using in mobile view. The mobile users lokks for News Cards.
For notebook and Tablet is perfect , it s beautiful, but for MOBILE i NEED TO USE ONLY NewsCards with MORE button.
How can I do that?
Your homepage template for Netebok and Tablet
End for mobile phones tamlpate like this : https://www.masonrylayout.com/masonry-theme-demo/makalu/
The different is in result after pressing the MORE button
The template is nice, I will buy it if i can use different contetnt (home page) for MOBILE phones.
/Users/theodorosparres/Desktop/printscreen.png
I have big problem because I want to add about 30 pages more and at mobile version the user is obliged to scroll down 30 or 40 pages to see other category, when I solve this problem I can put again my website on line
Disable mobile site? what do you mean?
I explain you again:
It’s normally when user open the site via mobile it’s auto display «view mobile site» and should display the front page but my site is show only the blank page with «Home» text like image in previous post។
YES we can change to «View full site» to see the blog display but this not make sense to tell visitor to click view Full site.
Please guide me!
Thank you,
Hello,
my site is http://www.igeitoniamou.gr and when I use mobile, the menu is all expanding, can users decide when the menu will be expended? Thank you, also the pictures are very large in the mobile version, I want to do smaller pictures, how is this possible? Thank you
Hi there,
We have reduce the width size on single page as of user point of view to read the content.
You can add below line of code in Appearance > Customize > Additional CSS to make the content area to full width.
@media (min-width: 1400px) {
.post-template-default .site-content .container,
.page-template-default:not(.woocommerce) .site-content .container {
max-width: 1340px;
}
}
@media (min-width: 1600px) {
.post-template-default .site-content .container,
.page-template-default:not(.woocommerce) .site-content .container {
max-width: 1540px;
}
}
@media (min-width: 1800px) {
.post-template-default .site-content .container,
.page-template-default:not(.woocommerce) .site-content .container {
max-width: 1740px;
}
}
Thank you for using our theme.