Forum Replies Created
-
in reply to: Homepage
Hello,
1-I open you site and the page it lands is just the home page you have selected (which is also the same as the demo you send us). Can you explain better what is wrong here? Send us a screenshot or screen-recording, so we can understand what are you seeing.
2-This is strange. We have tested the same situation on our side and this issue is not present. This means it must be caused by a third party script. Please deactivate all third party plugins first. Cleat cache and refresh page.
3-If you are using pagination, the logic behind it is this:
If you select a category to view, you will see all portfolio items of that category but only if they are already displayed in the page you are in. The items of this category that are located in the other pages, will not show.
If you want to display all of them, then just select another pagination method, such as infinite scroll. Or just display all portfolio items in one page.
Read this article for it.Best regards!
in reply to: Homepage not responsive – SpecularHello,
1-You need to switch to parent theme first, then update plugins. They are located in parent theme folder, so trying to get them while in a child theme will give a wrong url error.
I already updated Visual Composer for you.2- On mobile version, 2 mini-menu’s are shown:
Do you mean the two icon’s with 3 horizontal bars? (screenshot). Do you want to remove the second one? If yes, then please add this code into your custom css box:
@media (max-width: 480px) { a.extra_navigation_button { display: none; }}3-strange order of ‘copyright 2016’ and ‘privacy beleid’ in the footer:
Do you want them centered? I already added this code into your custom css box:@media (max-width: 979px){ #copyright .widget ul { padding-left: 111px !important; }}to align “Privacy beleid” edit the value to your wish.
4-With fullwith desktop screen the “read more” button on this page (https://zakelijk/#consignatie) jumps a few lines too far and therefore title/first text in the row is not showing. On mobile it jumps to the right line:
I can’t see what button are you referring to. The link is not available any more. please send us the page’s link where is this happening.5-none of the (layer slider) headers is responsive, I prefer to show some kind of (header) image on all mobile pages. I tried featured image on the homepage but didn’t work as image on top of the page.
I edited the settings of “Homepage slider”, just like the ones of the demo slider “Full width demo slider”. The slider is responsive now. Please check on mobile test page: https://staging.boekenbalie.nl/test/6–Is it possible to zoom the pictures or page on mobile version? Concerning this page: https://verpakkingsinstructies/:
Can you please check th elink? I can’t access it(screenshot).Let us know.
Best regards!
-
This reply was modified 9 years, 10 months ago by
Mirela.
in reply to: Activating Drop Down MenuHello,
Please fill in the information on your profile’s extra fields, so we can give a closer look into it.
Read this article for more information.Best regards!
in reply to: Theme updateHello,
Glad to see you managed to finish update successfully :) Thanks for letting us know.
Best regards!
in reply to: Can't save changes.Hello,
Have you tried:
– deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).
– resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.
– re-uploading all files & folders – except the wp-content folder – from a fresh download of WordPress. Make sure that you delete the old copies of files & folder before uploading the new ones.
If disabling plugins doesn’t resolve the issue, you may need to repair the database.
Access your WordPress database via phpMyAdmin (most hosting providers offer this in their control panel), check all of the tables, and choose “Repair tables” from the pull-down menu.
Let us know.Best regards!
Hello,
Please add this code into your custom css box:
@media (max-width: 480px){ .portfolio-item.overlayed .overlay .bg { opacity: 0.8 !important; } .he-view { visibility: visible !important; } }Let us know.
Best regards!
-
This reply was modified 9 years, 10 months ago by
Mirela.
in reply to: Theme updateHello,
Just like the message says: Destination folder already exists. /home/content/…/18/3133218/html/wp-content/plugins/envato-wordpress-toolkit/
The destination folder already exists. You need to go to wp-content/plugins folder via ftp access and delete / rename the envato-wordpress-toolkit folder. Then try again.
Let us know.
Best regards!
in reply to: Meanu font colorHello,
1-Go to General Options > Header Options > Background, and set here a color (with or without transparency gradient) for your header.
2-Sorry but theme supports one menu only. You can not use two different menu’s in the same site.
3-What do you mean? I see the leadership section has every thing centered (screenshot).
4-I checked your site in mobile. It shows up ok. Where exactly are you facing issues?
Best regards!
in reply to: slider error in blog pageHello,
This is strange. It does not happen on our side.
Please update Visual Composer to it’s latest version (4.12) the version you have now had issues, that’s why it was updated by VC team.
Let us know how it will go.Best regards!
in reply to: Social Media Buttons Larger?Hello,
I added this code for the circles:
.footer_social_icons.circle li { width: 40px !important; height: 40px !important; }I also edited the last code i gave you by adding a padding-top to match the new dimensions of icons.
I removed the
!importantfrom width and height attribute in this block of css in your style.css file:.footer_social_icons.circle li{ background:#222; width:32px; height:32px; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; }for the same reasons as explained in my last reply.
Edit the values to your wish.Best regards!
in reply to: Demo not being appliedHello,
If the import reached 100% successfully, then you have all is needed in your site. Now you just need to configure it.
Please read theme documentation and watch our video tutorials for guidance.Let us know if you need help.
Best regards!
in reply to: slider error in blog pageHello,
I changed the slider in blog page options and the change did save. But it is not reflecting in front-page.
We tested this situation on our side and this does not happen.
Given the fact that the change of option is saved in option panel, we are excluding the possibility of the server fault in not being able to save changes made to site.Please try deactivating all your third party plugins. Then enable them one at a time. One of them could be the culprit.
PS: Make sure to clear cache and refresh page in every enable action.
Let us know.Best regards!
in reply to: Overflow on mobile when layout set to BoxedHello,
I edited the Boxed Container Width with percentage value to 100% in General Options > Layout.
I added this code into your custom css box:@media (max-width: 767px) { footer#footer .inner .row-fluid.ff .span12:first-child:last-child { margin-left: 0 !important; } .boxed_layout { padding-left: 7% !important; } }Please go to file css/bootstrap-responsive.css and find this line:
footer#footer .inner .row-fluid.ff .span12:first-child:last-child { margin-left: -210px !important; }Remove the
!importantfrom it and save file.
After the above edit, the site should look like this: screenshot.
Let us know.Best regards!
in reply to: span tag in headerin reply to: HomepageHello,
Yes, we can help.
Just fill in the information for the User Extra Information in your forum profile. Follow this link: https://support.codeless.co/?bbp_user=1480
Read this article for more guidance.We need the wordpress and ftp credentials for this.
Best regards!
-
This reply was modified 9 years, 10 months ago by