Forum Replies Created
-
in reply to: Outdated theme files
Hello,
Please make sure to have the latest version of theme first. Do you have any issue other than the notice of the version number? Some times the plugin is updated soon after a theme update and the version number of it’s files is changed, but no major change is actually done to the file itself. When there are important changes needed to make in order for the shop to keep functioning, we release urgent updates. But most of the time there is no problem to keep the included version until the next theme update.
Let us know.Best regards!
in reply to: Specular ThemeHello,
Sorry but this personal customization and it’s not included in support.
PS: If you need more support, consider buying more support time. Go to theme’s profile in Themeforest to extend support time.Best regards!
in reply to: HTTP ERROR 500Hello,
The icon’s font file is not being loaded. See screenshot: https://postimg.cc/qh09fDPS
I recommend you check that you have all necessary files loaded correctly.
Let us know if you still have any issues in adding elements (button) after this.Best regards!
in reply to: Organic DemoHello,
I customized it.
Please check the site. Let me know if you need further help.Best regards!
in reply to: Removing child themeHello,
If you do not want the child theme anymore, then just delete it. You can delete it as a normal theme from Appearance > Themes. Or go to wp-content/themes folder, using a ftp account and delete child theme files.
Best regards!
in reply to: Tweets , no image or titleHello,
Sorry but this is not controlled by theme. These are set up by the twitter api.
Best regards!
in reply to: Problem Adding products to cartHello,
Please add some valid wp credentials in your profile data. So we can login and check this.
Read this article for more information.PS: Your support time has expired. Please consider renewing it in order to keep getting support in the future.
Best regards!
Hello,
1-Can you please be more specific? What exactly do you want to update? You can change the content of top header bar by hovering over the current elements and edit/delete them.
The file responsible for the top bar is the header.php file which also controls the header.2-Are you still having the demo content? If so, yes the buttons do not link because this is a demo. You have to add your own links for them.
Best regards!
in reply to: Front end editor not respondingHello,
The Customized post plugin is used to further customize posts’s. It’s one of the required plugins, so it’s best to keep it active.
Best regards!
in reply to: I keep having issuesHello,
Sorry for the late reply.
Please add some valid wp credentials in your profile data so we can check closely the configuration.
Read this article for more information.Best regards!
in reply to: Problem with product view in archiveHello,
Sorry for the late reply.
Did you add any custom css to the site? or do you have any third party plugin installed?
Please add some valid wp credentials in your profile data so we can check closely the configuration.
Read this article for more information.Best regards!
in reply to: Blog image header color overlayHello,
Yes, sorry for the misunderstanding. The option above is available for the page’s page header overlay.
I added the previous code in your Custom Css box and edited the color. You can see now the overlay is already whiter.Best regards!
in reply to: Footer does not disappear, white box on the bottomHello,
The space was not the footer space. Codeless slider was just 500px high and that’s was caused the space below. I set up Codeless slider height as full hight. See screenshot: https://postimg.cc/jwF0jsPG
Please clear cache and refresh page.
It’s ok now.PS: I also removed the menu duplicates.
Best regards!
in reply to: Menu and HeadersHello,
The menu items onhover color is white as set up from settings. Since you have a transparent background in homepage, this is ok but in single posts, the background is white. You can not set up two different onhover colors from the customizer but you can do so with custom css. I added this code into your Custom Css menu:
.single-post .header_container #navigation nav > ul > li > a:hover{ color: #504e4e!important;} .single-post .header_container #navigation nav > ul > li:hover{color: #504e4e!important;}Change the color to your wish.
Best regards!