Forum Replies Created
-
in reply to: Mobile menu setting
Hello,
The logo image width is still too wide for the mobile width. No matter how you edit it with custom css it will not be possible to keep the image resolution. What i can suggest you is to create a new logo only for the mobile version. Add this custom css into your custom css box:
@media (max-width: 480px){ #logo img.dark { content: url(https://codeless.co/tower/default/wp-content/uploads/2015/08/logonew.png); }}Upload the new logo into your Media and replace the url of the image in the code with your new logo url.
This way when the screen reaches the mobile size, the logo will be replaced by it’s mobile version logo. Which fits better the new dimensions.
Best regards!
in reply to: Mobile Not WorkingHello,
At first the situation you described does not happen when accessing your site in mobile. The content is all there and showing up just like it should. See screenshot: https://pho.to/Af5sY
However this changes after the page is been refreshed. Please deactivate all third party plugins you have installed.
If the issue persists, send us your wp credentials in a private reply. So we can give it a closer look.Best regards!
in reply to: Social Share CountHello,
Sorry but this is not possible using theme options. I suggest you use a custom plugin to achieve it.
Best regards!
in reply to: How to change the languageHello,
I checked your site and apparently it is not using the default lang files in specular/lang folder. Loco translator plugin is a third party plugin so we can not give support on it. But i have edited out the string in file includes/view/blog/loop-timeline.php. The change is already reflected in your blog page. Change it if the translation is not correct (sorry not a dutch speaker here).
Let us know if we can help with anything else.Best regards!
in reply to: Slider customizationHello,
Are you referring to your home page slider? That is a Codeless slider. You can easily change it’s content/images in Codeless slider options. See screenshot: https://pho.to/Af5eD
What difficulties do you have with it?
Let us know.Best regards!
in reply to: Latest theme update problems in home pageNote: Please open up new ticket for new questions.
This topic is marked as resolved and is already overloaded and shifted away from it’s original question.
To keep a clean and easy to browse forum is best to keep it with an ticket per issue.Thank you for your understanding!
in reply to: Latest theme update problems in home pageHello,
The home page and blog page use the same style sheet as all other site’s pages. So by default there is no reason for the blog to behave differently. It does not happen for other installations.
If you check carefully you will notice that there is an additional element present in your home page that is missing in the blog. The socials vertical bar. See screenshot. This bar moves slightly the content of home to the right and therefore the top navigation has less difference in positioning with it. In the blog page this bar is not present so top nav difference in position is more noticeable.
All you need to do is add another block of the code where you add the margin, that will target only the blog page.
Try this:.blog .top_nav .container { margin-left: 8.5% !important; }Edit the value to your need.
-The three bars icon is called “Extra Side Navigation“. It is used to add additional widgets to show up in the sidebar menu. The option is located in General Options > Layout > Extra Side Navigation. Set it ON if you want to use it. Then proceed in adding widgets to it in Appearances > Widgets.
Let us know if you need further help.
Best regards!
in reply to: Problem with tower theme admin panelHello,
I need the site’s url as well.
Let us know.Best regards!
in reply to: Problem with tower theme admin panelHello,
What theme version do you have? What wordpress version? Please disable all plugins first. Then update theme with a fresh downloaded copy from your Envato account. Save a backup of previous theme files if you have made changes to them.
If the issue persists, fill in the necessary information on your extra information fields of your profile data. So we can give it a closer look.Read this article for more information.
Best regards!
in reply to: How to change the languageHello,
Please fill in the necessary information on your extra information fields of your profile data. So we can give it a closer look.
In what page do you have the “Read more” string?Read this article for more information.
Best regards!
in reply to: Latest theme update problems in home pageHello,
I added this code to change the alignment:
.top_nav .container { margin-left: 13.5% !important; }Please check your site and let me know if there is anything else to edit.
Best regards!
in reply to: Problem With import DemoHello,
Please refer to this article regarding it:
https://codeless.co/import-of-dummy-data-stops-before-100/
Let us know if you need further assistance.Best regards!
in reply to: Latest theme update problems in home pageHello,
I added the code in your custom css box, see screenshot (it was not there) and it does work. Please refresh your blog page.
I removed the extra navigation menu (three bars icon) in General Options > Layout.
Let us know.Best regards!
in reply to: comments in blog pageHello,
Yes, please add this code into your custom css box:
.blog-article.standard-style .info li:nth-child(3) { display: none; }Let us know.
Best regards!
in reply to: Tower Theme Checkout not responsiveThis reply has been marked as private.