Forum Replies Created
-
in reply to: I cannot change the Specular theme
Hello,
@banpas, Sorry to know that.
Theme is multi-functional and has countless features for your to create a unique website. We do have a lot of satisfied customers. If you did not manage to understand how theme works, we offered you our support. All you had to do is get us some login credentials, in a private reply or by posting them in your support profile as explained here: https://support.codeless.co/?ht_kb=add-private-login-credentials
..and we could have set it up like the demo you wanted. So all you would have left to do was to replace content with your own.We hope you give our theme a second change and be more patient while working with it.
Best regards!
in reply to: Help for Shop page w/WoocommerceThis reply has been marked as private.in reply to: Change hover colour in portfolioHello,
Do you want do change the blue color in all over the site?
That is the main color and you can change it in General Options > Styling Options > Primary Color (screenshot).
If is just for the portfolio, then add this code into your custom css box:.portfolio-item.overlayed .tpl2 .bg { background-color: rgba(182, 214, 101, 0.9) !important; }Edit the color to your wish. Let us know.
Best regards!
in reply to: Visual Composer InstallationHello,
Please go to Appearance > Menus and create a new menu. Add all pages you want, then assign it as the site’s main menu.
Can you please be more clear? What options are you not able to find? What demo did you import?
If you fill in the necessary information on your extra information fields of your profile data, we can help you sort this out.Read this article for more information.
Let us know.Best regards!
in reply to: "s" tag in sidebarHello,
Please fill in the information for the ftp data, 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: View all portfolio items on one pageHello,
Yes, to access the \includes\core\codeless_routing.php file (and all other files not present in wordpress dashoard) you have to have a ftp account or the cpanel login. Then follow this path:
wp-content/themes/tower/includes/core/codeless_routing.phpIn your login page on hostnet dashboard, go look for a “File Manager” option (screenshot). It will direct you to the files. Ask your host for more detailed information.
Since you have a portfolio composed of 4 columns, the line you need to edit is this:
case '4': $p_per_page = 12;Replace the value ’12’ with the value you want.
Best regards!
in reply to: part of submenu showsHello,
I edited the “only_mo” class css code you had in your child theme css file, to this:
@media only screen and (min-width: 990px) { .only-mo { display: none !important; } nav .menu > li > ul.sub-menu { opacity: 0;} }Please check your site. It is as you wanted.
Note: Please keep in mind that these types of customization are not included in support service. Read more about it here.
Best regards!
-
This reply was modified 9 years, 9 months ago by
Mirela.
in reply to: "s" tag in sidebarHello,
You can not delete it manually because it is auto generated. Did you perhaps edited any of theme files? Especially the loop-index.php file?
It happens that some plugins change theme and the effect does not go away even if the plugin is later deactivated or deleted.
I suggest you to deactivate all third party plugins and then, replace all theme files with a fresh downloaded one. Save a backup of them if you have made changes. You can just rename the current theme folder and upload a new copy.Also make sure you have a secure site and this is not the result of a virus.
Best regards!
-
This reply was modified 9 years, 9 months ago by
Mirela.
in reply to: View all portfolio items on one pageHello,
Please read this article: https://support.codeless.co/?ht_kb=display-all-portfolio-items-in-one-page regarding it.
Let us know if you need further help.Best regards!
in reply to: part of submenu showsHello,
We have opened the site (with the credentials) you provided in your extra information fields, in your profile . Are you not referring to this site?
Please send us a link of this site.Best regards!
in reply to: Img in resposive modeHello,
Please add this code into your custom css box:
@media (max-width: 767px){ .vc_hidden-xs { display: block !important;} .wpb_animate_when_almost_visible { opacity: 1 !important;} }It will display the image and the text below it as well. Please see screenshot (1) and (2)
Let us know.Best regards!
in reply to: Issue in responsive modeHello,
Regarding the space to the right, we have previously send you a css code to fix it. Please see this other topic of yours: https://support.codeless.co/?topic=favicon-responsive-menu-e-responsive-mode
Did you made these changes?
If not, please do these first. Else let us know so we can give it another look.Best regards!
in reply to: Page Header Options NOT WORKINGThis reply has been marked as private.in reply to: part of submenu showsHello,
If you have a sub-menu under “contact” and have hidden it with css, then it should show when inspected with “inspect element”. However. i don’t see anything under ‘Contact’ in your menu (screenshot). Did you remove it?
Let us know.
Best regards!
in reply to: Help for Shop page w/Woocommerce -
This reply was modified 9 years, 9 months ago by