179 comments found.
Sorry one more issue
When I click on the slider arrows, the slider moves to the top of the page. Can this be eliminated. So when you click the slider arrow that the slider will stay in the same position in the browser.
Regards
Hi johnolsen, Please open a ticket our our support forum, provide more details, and your website url. Thanks
Hi one more question,
My main slider does not loop any more,
Can you please solve this?
Regrads
Hi johnolsen, Please open a ticket our our support forum, provide more details, and your website url. Thanks
Woocommerce UPDATE!
Are there more Nerduck lovers out there who would like to see the woocommerce update of this great theme?
Please respond.
Hi,
Still a great theme.
Do you have a sniper for me to set the logo and menu icon to the corners (likewise desktop version) for mobile view?
I hope you can make us happy by telling that the woocommerce update is on the way?
Regards
Hi johnolsen, Please open a ticket our our support forum, provide more details, and your website url. Thanks
Hi there! I’ve purchase the theme few days ago, and i want to know if is possible create multiple”Bottom Navigation Title” section like the one on the bottom of the about us page. Thanks. Regards.
Hi! You can modify /sections/page_navigation_section.php file to modify the bottom navigation. thanks
Yes i know, but i don’t know how, for that reason i’ve asked you. I just want to duplicate the field on the page editor to insert two title and two subtitle.
In /include/metabox-config.php you can duplicate the 4 fields referring to the bottom navigation (lines 213-248) Make sure you assign different ids. For example replace cpndk-opt-page-bottom-nav-title with cpndk-opt-page-bottom-nav-title1 etc And then you can duplicate the code in /sections/page_navigation_section.php to use those fields. Thanks
hi there, great theme! any way to change the color of the home page?
*the color of the overlay text on the video homepage, i want to change it to white! thanks
Hi, you can set ‘Hero Content’ field to ‘Light’ Thanks
In video home page options
Hi, I have the same problem like kooksart, the visual Composer isn`t running anymore. It doesn´t matter what I click under VisualComposer>About > like f.e.”Update” its always with “504 Gateway Time-out”. I don`t know where to find the current Visual Composer version and Iam afraid to reinstall the theme, is there still everything inside than? Or is it possible to loose stuff?
Hi, you should have Visual Composer 4.11.2 running on Wordpress 4.5. Latest Nerduck version has it. You don’t lose any content if you reinstall the theme. Only if you modified theme’s files.
Thanks
Hi there again, thank you for you`re support, I`m sorry but I still dont´t know how to update my visual composer. I tried to reinstall my theme, but I don`t know how to uninstall neither theme nor composer. I did download Nerduck again and then: Themes> install> browse – there I coudn´t upload nerduck theme under nerduck main because it was no zip-file. When I changed it in a zip-file I could upload and by aktivate I got a meesage: Are you sure you want to do that? Try again. So I didn`t because I wan`t sure. Under help I found out that I also could upload with FTP so I did that – upload new theme and renamed the old. Now I have Nerduck 1.3 aktivated is this the newest? But I still don`t know how to uninstall or update the composer. Now I have everywhere the message: The following plugins need to be updated to their latest version to ensure maximum compatibility with this theme: Revolution Slider and Visual Composer. I can`t find out where. With „plugins“ activate/deactivate or update its not working. And there is nowhere „uninstall“ How can it be so difficult to update something after just updating wordpress – thats realy a little anoying. I hope that in future updates its not like that. Thank you for your help.
Hello, The procedure is actually simple: uninstall the theme and re-install the new version. To ensure that you have the latest Visual Composer it’s recommended also to uninstall the old plugin.
Plz refrain of posting long messages on this forum related with troubleshooting or which does not have any shareable information. Open a ticket on clapat.ticksy.com instead. And in your case provide username and password for wp admin. We appreciate your understanding.
Thank you
Hello. After updating to the latest version wordpress visual composer doesn’ work. Probably Visual Composer needs to be updated but there is no option. Any clues? Regards
Hello! Check the current Visual Composer version you are running. If it’s not 4.11.2 then yes, you need to upgrade. If you re-download nerduck and reinstall the theme this will upgrade Visual Composer as well. Make sure you uninstall the plugin after uninstalling the theme. Thanks
Is there a way to use the slider template they have setup for the minimal portfolio? I own the slider already and am using Divi. But I LOVE the minimal portfolio.
Hello, if you want to use your own slider probably you have also a shortcode for it. in page options, select slider as hero section type and set ‘Use Main Slider’ to ‘No’ and you will be able to paste your slider shortcode. Thanks
None of my hero caption texts are showing. I downloaded the demo content and even if the field is filled with html content, nothing shows on the page… What am i doing wrong here?
What version on Nerduck do you have installed? Thanks
the latest one
Check if you have 1.3 installed, it was released this morning fixing the issue you mentioned for hero image and hero video sections.
Hi. I installed the latest version, uploading the fixed files mentioned on the updates list, and nothing changed. Still no caption
Open a ticket on clapat.ticksy.com and provide wp admin credentials for us to have a look.thanks
hi, seems like my slider doesn’t function need help thanks
www.bostamiahmad.com
Hi, Please provide us more details. Thanks
How do I make exactly like the Nerduck Live preview ?
I want a slider on the main page and remove all the dates etc - Uncategorized April 19, 2016
Regards
Thank you the slider works for now.
I have problem to link the content in 3 main menu portfolio – bostamiahmad – experience bandwith
It turns out to be 404 – so i’ve decided to put as ‘We are updating the site. Stay Tune ! Looking for helps for this issues.
Hi, Make sure you refreshed the permalinks. Go to Settings -> Permalinks and then press ‘Save’. The .htaccess file needs to be writable, you will get an error message otherwise. Thanks
Hi, how to display the number of pictures over image in “Nerduck Gallery” (idem like home page gallery with black bullet “flex control image” or similar)? tks
Hi, Are you referring to the main slider?
I have open a tiket ..
Responded and solved it. 
Hi Qustion,
Do you have a snippet to also remove the whit space at the top from the Mobile view?
PS: on the mobile view the slider does swipe the slideshow, but it makes it difficult to swipe through the page itself. Do you have any solution for this?
Regards John
Hi, Please provide your url and more details. Thanks
herewith;
http:www.galileemedia.com
Hi,
1. Please edit js/scripts.js and add this code:
$(”#nav-menu”).click(function() { $(”#hero”).toggleClass(“move-down”); });
2. Add these styles in Theme Option > Custom CSS:
@media only screen and (max-width: 1024px) {
#hero.move-down {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
#hero {
-webkit-transform: translateY(-150px);
-moz-transform: translateY(-150px);
-o-transform: translateY(-150px);
-ms-transform: translateY(-150px);
transform: translateY(-150px);
}
}
Thanx, Where can I find js/scripts.js?
OK Found it.
Great it worked well on mobile device, only on the desktop a white area appeared under the slider. The frontpage slider isn’t full screen anymore on the desktop version. (I removed the code again) Can you adjust this in the code?
Please add the code back to see where is the issue. Thanks
Hey ClaPat, Any chance I can add 4 columns or more columns to the portfolio page setup?
Hi, This require custom work in php, scripts and css.
Hello,
Is there any known bug with the post options ?
Post options are not showing…so i decided to install a fresh wordpress with nothing else than the theme and the required plugins….and even in the fresh/clean installation the post options are not showing….everything else is fine(portfolio item options, page options etc is fine…only post has the issue)
Here is a screenshot: https://monosnap.com/file/x6fkAdYQiZfzk5bPzmIgjUwdwPzJkW.png
Please advice
P.S. Just to let you know, this is the recently updated version of the theme…i would try checking it with the previous version as well but i do not have a copy and don’t know how to download previous versions.
Hello! Nerduck never had additional blog post options other than the featured image. We left an empty section in case we add extra options in the future. I admit can be confusing. thanks
Awesome
thanks for the quick reply
Hi I tried to install the theme but it has not been possible since wordpress gives this feedback: “impossible to install the theme, file style.css is missing”
Can you help with this?
thanks
Hello, You have an option under download button ‘Installable Wordpress file only’ have you tried that? You may have tried to install the main archive which contains also documentation, demo data, etc
thanks
Hi, I don’t have that option. Should I update wordpress?
No, in your envato account.
oh…eh eh. Thanks I’m going to try it. Thanks
Ok The theme is now installed. But there is no demo, so what can I do to put the demo too? Is very difficult without it to work on the website. Thanks
in main archive folder demo-data. follow the instructions from the documentation. thanks
Beautiful theme! Is there a way to deactivate the zoom for pictures while navigating on mobile? In landscape mode, the pictures look great, without any crop, but if I look at the site without turning my phone 90°, the pictures get cut off at the endges. That’s pretty bad when not everything in the picture is centered.
You are referring at? thanks
Sure! Here are two screenshots from my iPhone. The first shows the stories section in landscape-mode, the second shows the same in portrait mode.
http://i.imgur.com/0BJPdyP.png http://i.imgur.com/Dv5tP2W.pngYou can clearly see how the content is getting cropped.
Hi, This require some minor css modifications. thanks
Hi one more, I could not change the body font sizing using the theme editor. Can you please help me how to set the body font? I like to have bigger body fonts
Try adding font styles to paragraphs in theme options -> styling options -> custom css
like
p { ... }
or you can restrict to a certain context depending on the parent container.
for example
.class-parent-container p { ... }
thanks
OK, Can you help me with a sample code, so i can adjust and place that one? Regards
Right now the paragraphs have a 14px size font, so you can increase it
p { font-size: 16px; }
to 16px for example.
Thanks
THANX, IT WORKED. WHAT DO I USE TO ENLARGE THE MENU FONT SIZE?
Hi, are you using standard menu or overlay menu? thanks
Hi how can I hide the logo from the homescreen (only) or place another image instead of the logo only for the home page?
to hide the logo
.page-id-6 #logo {
display: none;
}
thanks
the css code you add in theme options -> styling options -> custom css
Hi, I have some questions about this template.I bought this template to build my personal portfolio page. but since I don’t have any programming background and never tried wordpress before, it’s pretty hard for me to built this web.
Can u tell me where I can start to built a portfolio page like this? ( I can find the portfolio detail page, but not this main page) http://clapat.ro/themes/nerduck-wordpress/portfolio/thanks a lot!
Hello, it’s important see your ‘Purchased’ badge. Thank you for understanding.