Forum Replies Created
-
in reply to: Single Page Site Achors
Hello,
If all menu links are linking the same page, and the “One page” layout is not enabled, then ofcourse they will have the “current-menu-item” class enabled. Because all of them are pointing the current apge you are in.
Please know that One Page is a different layout and by default you can not have both the normal set up (external pages) and One page (link to section id’s) in the same site.
Smooth scrolling is a feature of One page. The moment you disable one page, that will go as well.The css classes are auto-generated based on the options you select. So it’s not possible to just get rid of some.
Can you post some valid wp credentials in a private reply? So we can give it a closer look.Best regards!
in reply to: codeless slider next button last slideHello,
Sorry for the late reply.
I see the default values of the codeless slider function in file js/main.js are changed.
Default version:
https://ibb.co/i4fxCb
Your version:
https://ibb.co/iCYpQw
Please re-download theme from your Envato account. Extract only the main.js file and replace it into the current theme js folder. You may save a copy of your current file if you have made any voluntary changes to it. SO you can redo them in the new copy.
Let us know if the situation persists afterward.Best regards!
in reply to: Media Grid Widget Shortcode not loadingHello,
Sorry but this shortcode is not valid to be added into the footer’s shortcode widget.
Best regards!
in reply to: List Element Icon and Font Size Too BigThis reply has been marked as private.in reply to: Menu Item ColorHello,
You can add this code into your custom css box, to customize that buttons style separately from the rest:
li#menu-item-3696 a { color: #f4524d !important; } li#menu-item-3696 { border: 2px solid #f4524d; height: 50px !important; margin-top: 32px !important; }This will be the result: https://postimg.org/image/1e8jsozxh7/
change the values to your wish.Best regards!
in reply to: Hooks for Using Visual Composer Mega FooterHello,
Sorry but we do not offer support on third party plugins. The plugin mentioned is not tested with theme and we can not guarantee it’s compatibility with theme.
The file responsible for footer is footer.php in theme’s root folder.Best regards!
in reply to: Page Options and Style Featured Image heightHello,
In the page you have some portfolio items, in grayscale style. So in the functions.php file the line to edit the width/height is:
add_image_size( 'port3', 600, 600, true );
The “true” statement is to force the resize to crop the image in the given dimensions. If set to “false”, it will maintain an aspect ratio.After changing the settings, reset thumbnails (or reupload the images for the changes to take effect on them).
Let us know if you have any question.
Best regards!
in reply to: Self-Hosted VideosHello,
Please check the type of video you have added. It has to be one of the supported types: mp4. webm. ogv
Let us know.Best regards!
in reply to: Vimeo Videos Won't PlayHello,
This is related to the vimeo video settings. Please check this link, as it may help you: https://stackoverflow.com/questions/24971297/how-to-hide-vimeo-controls
I suggest you contact the vimeo support and ask for more insight as this is not controlled by theme.
Best regards!
in reply to: Template update not workingThis reply has been marked as private.in reply to: Error with js composer after creating blog post gridHello,
Please open this link: https://codeless.co/tower/documentation/main.html#update_theme
You will see here all needed instructions to update theme. Every time you will need to update, that will always be the parent theme.
Child theme is created exactly for you to make additional changes to theme files, by creating a copy of them and adding it to the child theme. Because the update only overwrites the parent theme files, these changed files are safe.So just get the new theme update files and overwrite the existing ones in wp-content/themes/tower. Do not make any change to child theme.
Let us know if you need further help.
Best regards!
in reply to: Blog WidgetHello,
As you can see from the “Full Blog” element’s options, there is not an option that allows you to select the number of rows or items to display in a row. So you have to select another element that has this control. Such is “Latest from Blog”.
See screenshot: https://postimg.org/image/1okha914ob/
Add this custom css in your custom css box as well:.latest_blog .no_carousel .blog-item { width: 50% !important; }Let us know.
Best regards!
in reply to: Error after UpdateHello,
Please make sure to have the latest versions of both theme and the builder. You can always download the latest version from your Envato > Downloads.
If the issue persists, please fill in the wp login information on the 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: Single Page Site AchorsHello,
Do you have enabled the “One page” option? Please go to your page’s General Settings > Page options & Style > Use menu as one page menu, set it ON if you plan to use the full feature one page layout. This means only id’s will be added at the menu.
Or set it OFF, if you plan to keep the “https://sitename.com/#sec1” links in the menu.These related topics may help you find an answer:
https://support.codeless.co/?topic=onepage-menu
https://support.codeless.co/?topic=new-menu-on-interior-pages
Let us know.Best regards!
in reply to: https – not work sliderHello,
Please install the included in theme version of Layer slider. Deactivate all third party plugins and try again. If the issue persists, send us your wp credentials in a private reply.
So we can give it a closer look.Best regards!