3030 comments found.
Hello, Pagination does not work, only the first 10 items are loaded loop. Yet I have 1500 pages. This is a bug in the theme?
Pascal
Hi Pascal,
Pagination definitely does work, there is no bug in the theme with that
Please share the url where you have issues to check it out.
Codetipi
Hi; Here for example : http://bit.ly/2dkmnvA
Pascal
Hey again,
Ah I see why now – you have created a page and added the builder to have pagination. WordPress 100% controls and creates the pagination, and the only time you can have normal pagination on a page to show all your posts is if you set the page to be the “front page” or “latest posts page” in Settings -> Reading.
If you want to have a page where all your posts show up, you need to go to Settings -> Reading and set that page as the “latest posts page” option, then you can control how it looks in Theme options -> Homepage, there you can set the blog style to be option E + the pagination type.
Hope this helps.
Codetipi
Hey there,
Thanks for the kind words and for sharing! Site looks great, fantastic job setting it up 
Codetipi
Hi Cubell Team,
i have a suggestion for social feature: the option to add tumblr icon on top menu and widget. 
regards
HeyYoongsengtan,
Thanks for the suggestion and for choosing 15Zine. Will see if I can do that for thee next update 
Codetipi (Formerly Cubell)
Hello!
I just love the theme. I do have a question regarding load more button.
1. I have added Posts with categories. See the posts here: http://anditshappening.ee/random/
2. I have added infinite scroll with load more button: https://www.dropbox.com/s/7g7ee0jjidgat5v/Screenshot%202016-10-06%2022.15.17.png?dl=0 2.2. But the button does not appear: https://www.dropbox.com/s/i6acdfa3tnkfz7q/Screenshot%202016-10-06%2022.15.40.png?dl=0 Just to be sure, this is the list of plugins that I use: https://www.dropbox.com/s/hzinwr3e7st6oyc/Screenshot%202016-10-06%2022.17.17.png?dl=0Probably the answer is easy, but I just cannot figure it out. I would be very glad if you could help me.
I will look forward to your answer.
Best regards
Hey Kaisatooming,
Love that you love the theme 
I had a look and that is a page you created with the builder. Due to the way pagination works on WordPress, it isn’t possible to have working pagination like you want on a page that isn’t set to being the homepage. The solution is to delete that page and instead use the WordPress created category page, which happens when you set posts to a category – when you do that, WordPress automatically creates a special category page that lists all the posts and you can have pagination there:
http://anditshappening.ee/category/random/Edit that category, and in the category edit options you’ll see some 15Zine options, such as blog style, pagination type, etc. Change the blog style to “C” and set the pagination to be infinite load, and you will get what you wanted 
Hope this helps.
Codetipi
Hey!
That was too easy. Problem solved. Thank you so much!
You’re welcome 
Does this theme have something like “one click install” or you have to build it yourself?
Hey DWars,
The theme comes with the demo file that you can install to get the demo data, but the reason there is no one-click install is because the truth is that the theme is very easy and logical to use. You would end up wasting more time trying to reverse-engineer the final set up than setting it up yourself. The documentation explains how to do almost everything you see on the demo site: http://docs.cubellthemes.com/15zine/ check it out to learn more about how the theme works, and if you were to get it, I bet you’d dive straight in and end up building the site quite quickly.
Codetipi
Sorry Cubell, I used my other envato account.
I re-post my message, using my account with which I bought the theme :
Hello Cubell, How are you ?
I’m still enjoying this amazing theme !
About the mobile version, I have two questions :
- On my website (peregrinusmundi.com), I have english and french versions available. On the desktop version, the option to change the language is on the top of the page (with the search and social icons). On the mobile version, the language option is on the main navigation menu. Would it be possible to put the language option next to the search option to make it more visible ?
(a screenshot of my mobile screen : http://i53.photobucket.com/albums/g61/Claire_Bloo/wp_ss_20161006_0001_zpshecu8hzl.jpg)
- On the mobile version, I find that the size (height) of the section “My Galleries” is very small compare to the image of the post. Is it possible to change the height ?
(a screenshot of my mobile screen : http://i53.photobucket.com/albums/g61/Claire_Bloo/wp_ss_20161006_0002_zps1kmer0s8.jpg)
Thank you very much for your help.
Warm regards, Claire
Hey Claire,
It’s no problem
Hope you are well!
1- I’m afraid not, the closest solution to that I can think of is to put it as a menu item option inside the mobile menu.
2- Ah that is because that slider is a full-screen rectangle, and on bigger screens it is proportional height to the screen, but on portrait that rectangle becomes that size. If the theme were to make it taller, the images inside would all get cropped and usually users dislike that more, so it was decided to make it be like that.
Hope this answers your questions!
Codetipi (Formerly Cubell)
Okay I understand. Thank you very much for answering me Codetipi ! I am well, thanks ! I hope you too ! 
It’s no problem, happy to help 
Hello Cubell, How are you ?
I’m still enjoying this amazing theme !
About the mobile version, I have two questions :
- On my website (peregrinusmundi.com), I have english and french versions available. On the desktop version, the option to change the language is on the top of the page (with the search and social icons). On the mobile version, the language option is on the main navigation menu. Would it be possible to put the language option next to the search option to make it more visible ?
(a screenshot of my mobile screen : http://i53.photobucket.com/albums/g61/Claire_Bloo/wp_ss_20161006_0001_zpshecu8hzl.jpg)
- On the mobile version, I find that the size (height) of the section “My Galleries” is very small compare to the image of the post. Is it possible to change the height ?
(a screenshot of my mobile screen : http://i53.photobucket.com/albums/g61/Claire_Bloo/wp_ss_20161006_0002_zps1kmer0s8.jpg)
Thank you very much for your help.
Warm regards, Claire
Hey Claire,
Answered your next comment 
Codetipi (Formerly Cubell)
How can I change the color of the “Main Navigation Bar Scheme” from something other than black or white? I tried using this from your other comments in the Custom CSS but it did not work: .cb-stuck.cb-menu-dark #cb-nav-bar .cb-nav-bar-wrap, .cb-menu-dark #cb-nav-bar .cb-nav-bar-wrap { background: #161616; }
Hey Tscavvy,
What style are you using? I recommend using the dark style as the font would already be set up to be white, and then add this custom css:
.cb-menu-dark #cb-nav-bar .cb-nav-bar-wrap, .cb-stuck.cb-menu-dark #cb-nav-bar .cb-nav-bar-wrap { background: #000; }
and change the #000 value to your desired color to make it all happen.
Hope this helps!
Codetipi
That doesn’t seem to work either
You need to share your url to see what is going on 
HI Love this sexy theme. Having absolute fun with this. except a few issues:
1. MOBILE MENU: I have 50+ sub-items under a menu item. When viewing from a mobile device and upon activating the side-navigation, it does not allow users to scroll beneath the fold in portrait view. but when users rotate to the landscape view and then return to the portrait view, it allows users to scroll beneath the fold. How can we allow users to scroll beneath the fold when items are in view after activating a menu item showing all its sub-items that extend beneath the fold?
2. CATEGORY COLORS: Categories allow coloring. Can we do the same for ‘pages’?
3. NEWS TICKER: In your “Valenti” theme, you have a news-ticker. Is there any way that we can implement this to the 15zine theme? I have seen other news-tickers on the internets but the one which you have on “Valenti” is much more sexy.
4. This is a 3-grid layout, right? So when users see the content where there is a sidebar and then content to the left (or right depending on how users set this up in WP), is there any way to have an additional grid in the content? My screenshots are that of apps and they are quite tall pixel-wise (360×640). i can reduce the images to 180×320 but it would not display well with the theme.
Thank you in advance
Hey MobileDesign,
Love that you love this sexy theme 
1- Could you please share your URL to have a look at that first hand?
2- Currently not, but that I something that may be added in an upcoming update! As Valenti does do this one, forgot to add it to 15Zine.
3- I may look into adding an option to put in the top menu (instead or next to the current menu), can’t promise this, but will explore.
4- Do you mean this layout: http://15zine.cubellthemes.com/category/videogames/ps4/ ? That is a blog style option in categories/tags/homepage.
Thanks again,
Codetipi
Hi there,
Is there a way to add a background image to a full width or full screen section or module?
For example, I want to add an HTML full screen module. However, I would like to give it a specific background image. Any way of doing this?
Thanks for your help!
Hey Noisetrend,
Do you have the Infinite post load option enabled by any chance? If so, that would be why – the dedicated background image option inside posts doesn’t output if you have infinite post load on, as the background depends on the screen, so it would look weird if it outputted.
Hope this helps.
Codetipi
Hey Codetipi,
I don’t have it enabled. I was hoping to have an html module on the front page with it’s own background image.
Is there anyway of doing that?
Could you share the URL of a post with background to check it out in that case?
And do you mean a single module with a single background behind it that is only behind that module? If so, I’m afraid that isn’t possible in the theme.
After i install 15zine , menu and search icon cannot work , help me
Hey Neppo2000,
Can you share the URL of the site? It is likely your site’s Javascript is currently breaking, which is almost always caused by old/unstable plugins. Try disabling all your plugins to see if that helps.
Codetipi
Neppotumanggor.com i try diasble all plugin and still not working
Hey again,
I had a look and your Javascript is definitely breaking, but it’s not due to the theme:
embed.js:1893 Error: multipleDefine(…)(anonymous function) @ embed.js:1893 embed.js:1896 src: dojoLoader embed.js:1896 info: Object
Is dojoloader a plugin or custom code you may have?
Codetipi
Background : I use go daddy wordpress hosting it looks good but i migrate to use linux package , menu and search not working Custom code = google analytic and addthis code What is dojoloadér ?
Come on cubbel ,
I don’t know what Dojoloader is, but it is 100% not from the theme, and that is what seems to be causing issues on your site.
Hello, I would like to know if it’s possible to add the checkout icon in main nav bar on mobile device, right next to the search/profil icon?
Hey Pimp22,
Currently there isn’t an option for that, but I might try to add one in a future update. For now, you would manually add a “checkout” menu item to the menus, you could either write the word “checkout” or put an icon using FontAwesome,but the icon would be static (it would not say if there are items in cart for example).
Codetipi
Can you share the exact settings for the post options on your gallery post example (http://15zine.cubellthemes.com/music/rock/gallery-post/) – the gallery seems to start underneath the menu, as the sliders are centered vertically for this post, but in my attempts to recreate it my galleries all seem to start at the top of the site, underneath the menus themselves. (ex: http://auxcorddjs.com/acd/september-recap-2/)
Hey Kevinshark,
I had a look and I think it might be to do with your site width. Can you try setting it to “full-width” options in the Theme options -> Site width tab to test?
Codetipi
I love the look of this theme, but one thing concerns me: doesn’t appear to be any ability to display 300-pixel ads anywhere but DEEP down on the page on a mobile device. Or am I missing something? Thanks in advance!
Hey Kreirichard,
Love that you love it
If you use Google Adsense’s responsive ads, on mobile it will load ads the width of it, so on small 320px widths, the ad will likely be 300px wide. Check this page out for more info: https://support.google.com/adsense/answer/3543893
Hope this helps.
Codetipi
Thanks. Should have been clearer: I would like ads to be displayed closer to top of mobile page. They are buried in your demo.
Ah I see! Why don’t you add a header ad? If you use the responsive AdSense option, then on mobile you’ll get a 300px wide ad right under the logo.
I run leaderboard ads. I want more than one ad spot on the top half of the mobile site. Like almost every other web publisher, I sell the top right-hand column as a premium spot. But the way your theme treats that ad spot, it’s not a premium spot anymore. More control over the mobile layout is needed.
What do you mean by more control though? As I’m not sure what you want the theme to do, because a responsive site means that the exact same code is outputted in the same order in HTML, no matter what device is reading it.
Great theme, will purchase and implement on my website http://www.mytraveltrips.in/
That’s really nice to hear. I hope you enjoy using the theme for a long time and best of luck with the site 
Hello, i need help for 15zine theme, i want to know if it’s possible to see 2 products per row on mobile shop? When in show website in landscape that works well but when i show in portrait i can see just one product per row. Could you help me please?
Hey Pimp22,
It sure is possible, but I’m not sure it would look too great! if you go landscape mode on your phone, you’ll actually see the products in rows of 2 already. It’s only on landscape of phones it shows 1 product at a time. And the reason for this was because when you put two products side by side on a phone in portrait mode, then the titles look really squashed and the images really small.
But if you still want to do that, login to the account that bought the theme and leave a comment here and I’ll help you out.
Codetipi
Where can I find the version 3.0 documentation like the one listed here – http://docs.cubellthemes.com/15zine/#!/documenter_cover
Hey WestTaylor,
The online docs haven’t been updated yet, only the local ones you get when you download the theme file
But if you have a specific question about v3, feel free to ask here.
Codetipi
I have my appearance>reading set to latest posts for the homepage but none of the posts are showing up below the featured image slider. All other things, footer, sidebar, menu populate…just not the posts. Any idea what can be wrong? The only way to get posts to show is to create a Home (page) and set the front page to that instead, it just doesn’t give the Blog Style D option which is what I would like for the front page.
Update: It is only pulling posts from one category as opposed to from my latest posts on the Homepage Latest Posts Style
Hey Kmcpherson27,
Thanks for choosin 15Zine, I hope you enjoy using it. That sounds quite odd, can you go to the Theme options > Homepage and check your settings? Because there is a filter to change what posts you show there, and you may have inadvertently activated some options there.
Codetipi
Thanks for the awesome theme!
I just noticed though that the photos I post, especially featured images in full or page width tend to become darker. I try to use large images as much as possible, but it still washes out. Any suggestions?
Hey Brookealexander,
Thanks for choosing 15Zine and for the kind words
If you share a url of where you mean I can see if I can share some css to help you adjust it to your taste.
Codetipi
Oh site isn’t live yet 
It’s okay, maybe try this, hopefully it’s what you wanted:
.cb-fis .cb-fis-bg-ldd { opacity: 1; }
That will remove the dark overlay on the featured images.
Hope it helps!
Codetipi
Hi,
Is there a way to change the title font so that it is not overrided to be all caps?
Samy for the body font for the optional subtitles on the modules on the homepage?
thanks
*Same
It would be great to have more control of typography throughout the whole website also, just as a point of feedback.
Can you please tell me how to customise the menu, title, subtitle and body typography separately?
Hey Mvoo,
Thanks for choosing 15Zine, hope you’re enjoying using it.
Here is a css snippet to turn off the uppercase in module post titles and featured image titles:
.cb-module-block .cb-post-title, .cb-fis h1{ text-transform: none; }
What do you want to do to the menu/title/body/etc exactly? What changes are you looking to make?
Codetipi
I’d love to be able to make the module post titles a different font than the rest of the titles and lower case. Basically I’d like the module post titles to be a thinner serif font but it doesn’t work to have that across the rest of the menu, over images, etc.
Is that possible?
and possibly make the ‘title’ font smaller?
Ah I see, to make them thinner, simply add this:
.cb-module-header .cb-module-title { font-weight: 400; }
Should do the trick.
And to make the font itself smaller, try this:
@media only screen and (min-width: 1200px) {
.cb-module-header h2 { font-size: 38px; }
}
And reduce the 38px value.
Hope this helps.
Codetipi
Thanks,
Sorry I meant the post title font on the homepage. i.e. if you had a module with a grid of posts, those fonts there that show the post title.
Is there a way to make those and those only, a different font?
Alternatively, if not – is there a way to do as above, and change the size of those fonts and the weight?
Thank you!
Hey again,
Ah I see, it depends on the exact grid, but this will contorl the largest tiles in them:
@media only screen and (min-width: 1200px) {
.cb-meta-style-2 .cb-article-meta h2 { letter-spacing: 4px; font-size: 40px; }
}
Decrease the letter-spacing and font size values to your taste.
Hope this helps.
Codetipi