Forum Replies Created
-
in reply to: Custom fields Parameters not visible
Hello,
Your site is in localhost. This means it’s accessible only from you. The wordpress installation has to be hosted in an online server for us to be able to access it.
I did the same example on my installation so please take a look at this screen recording: https://jmp.sh/N4DKukI
-For the portfolio page categories, this is the logic of it:
If you are using pagination (show a certain number of portfolio items in one page and the rest in second page..etc) then in the first page you can filter ONLY the categories that do have items in that page. Meaning if there are no items in the first page that belong to Category X then when you click on this category, no results will be show. If this category has items in the second page, then only when you are in the second page, it will show results.Best regards!
in reply to: Integration with Page BuilderHello,
Sorry for the late reply!
Visual Composer is a very important builder tool for the theme. It is already incorporated in theme not only as a plugin package but in it’s core files as well.
To remove it from theme in required not only deactivating Visual Composer plugin but also edit theme files. This is strongly NOT recommended as it will prevent you from taking future theme updates. Updates are very important for keeping a good and safe website.
Let us know how you wish to proceed.Best regards!
in reply to: Demo Import Stuck at 30%Hello,
That’s great to know.
Let us know if you need further help.Best regards!
in reply to: HighlightingHello,
Services small do not have the icon as link. See this online example: https://codeless.co/specular/default/?page_id=1411
Can you send us a link of where is this happening for you?
Best regards!
in reply to: Demo Import Stuck at 30%Hello,
Are you trying to import with attachments? What memory limit do you have? Please read this article first: https://codeless.co/import-of-dummy-data-stops-before-100/
If you still can’t manage, then add your login information in your profile data. So we can give it a closer look.
Read this article for more information.Best regards!
in reply to: Page Title Animation Issues on IOSHello,
The title scrolling and slowly fading is not an issue. It one of the theme’s header styles. To remove it set the background attachment option to ‘fixed‘ in Page’s General Settings > Page Header Options > Page header background.
To remove the parallax effect only in mobile, try adding this code into your custom css box:
@media (max-width: 480px){ .header_page, .header_page { background-attachment: fixed !important; }}-Can you please be more clear on the padding issue? I don’t understand what have you wrote.
Best regards!
in reply to: Theme styling not always loading correctlyHello,
The row id’s are generated from a js script. It is not the reason for the layout issue. Knowing that your site’s does load regular at times, means that the theme has no issue. If it would have been a theme issue, the error would be present the entire time.
I suggest you check that all theme files are being accessed (loaded) at the right time. You could install a cache plugin or use CDN to make your site faster in loading files.
Read this article for more: https://codeless.co/how-i-increased-more-than-70-the-speed-of-my-website/Let us know if the issue persists.
Best regards!
in reply to: icon not appearHello,
This is really strange. You have no errors in your site so there should be no reason for the icons not to show. Did you witness any other icon missing? Can you please send us your wp credentials? Add them in your profile data. We need to give it a closer look.
Read this article for more information.
Best regards!
in reply to: Odd frame around contact formHello,
This is a third party plugin so it’s he authors decision for the styling. To change it for every other screen size means to add a lot of other custom css. If you feel better to remove it, then add this code:
div.wpcf7-validation-errors { border: none !important;} div.wpcf7-mail-sent-ok { border: none !important;} div.wpcf7-mail-sent-ng { border: none !important;} div.wpcf7-spam-blocked { border: none !important;}Let us know.
Best regards!
in reply to: footer social icons sizeHello,
Sure, please add this:
.footer_social_icons.circle li a:hover i { color: #4db848 !important; }Let us know.
Best regards!
in reply to: Sticky Nav Broken on page with Codeless SliderHello,
No worries. We are here to help.
Let us know if you have further questions.Best regards!
in reply to: Custom fields Parameters not visibleHello,
Sorry but I really am not following you any more!
How to add and fill in the information for the custom fields i have already explained above with screenshots and at the video tutorial.To change the “Project Details” title and “Project Description” title, as said above you have to change it directly in theme files. If you change the portfolio style, then make sure you have changed the title, for that style in the responsible block of code for the specific style.
Please send us your wp credentials in a private reply. i will do a screen recording while creating a new test portfolio item and adding it’s custom fields.
Best regards!
in reply to: Non-responsible "Alternate" blog layout?Hello,
Can you please tell me where did you add the custom code i previously send you? I see it is giving effect in the site(screenshot) but i don’t see it in the custom css box , and nor in the style.css file.
Let me know so i can keep on testing and adding the code that fixes the above.Best regards!
in reply to: Import Always Hangs at 65%Hello,
Can you please give more details? Did you try importing with Visual Composer deactivated? What memory limit do you have? What execution time limit? Are you trying to import with attachments?
I can’t login with your old credentials and google authentication to check on this.Best regards!
in reply to: One Page and SectionsHello,
I currently fixed all menu links. They do link to the right section. What i did is to add the “Row ID” and set the type to “Fullwidth background“. Check one of the section’s Row Settings to see the changes.
I see you have only section links in your menu now. Not external links like before (blog page). if you intend to keep it this way, then there is no reason to not check the “One page” option and use the page as a one page with all it’s features (such as smooth scrolling).
Let us know if you need further help.Best regards!