Forum Replies Created
-
in reply to: TOWER HELP
Hello,
First you need to add the social links in General Options > Social media, then add them were you want them, from Appearances > Widgets. I added the social widget to your copyright area. You do not have a footer active. Please check your site.
The three bars menu is actually an extra sidebar. You can remove it in General Options > Layout > Extra Side Navigation. Or add widgets to it in Appearance > Widgets. I already removed it.
Best regards!
in reply to: Mobile Not WorkingThis reply has been marked as private.in reply to: Services LinkHello,
No, you aren’t. That’s the services default style. To make the icon a link as well, go to file \includes\codeless_builder\shortcodes\cl_service.php and find this line:
if( $media == 'type_icon' ) $output .= '<i class="'.$this->generateClasses('.cl_service > .icon_wrapper i').'" '.$this->generateStyle('.cl_service > .icon_wrapper i').'></i>';Replace with this:
if( $media == 'type_icon' ) $output .= '<a href="'.esc_url($service_link).'"><i class="'.$this->generateClasses('.cl_service > .icon_wrapper i').'" '.$this->generateStyle('.cl_service > .icon_wrapper i').'></i></a>';Let us know.
Best regards!
in reply to: Twitter WallHello,
That is not possible as a shortcode. But you can use “Widgetized sidebar” element from Visual Composer. Add it where you want the twitter wall to be. Select one of the pre-created sidebars. See screenshot: https://postimg.org/image/526jau930r/
Let us know.
Best regards!
in reply to: Portfolio Basic – Video linkHello,
The recent portfolio overlay element of Visual Composer does not have the magnifying glass. See screenshot: https://postimg.org/image/30k38kub4r/
When you hover an item, the title and categories will show up in an overlay. The title links to the posts page.If you want to customize elements further, you need to edit out their files. Please know that personal preference customization are not included in support.
Best regards!
in reply to: Error on a pageHello,
You have a lot of third party plugins installed and also some errors in the custom js box in General Options. The additional plugins could be affecting theme’s css as the text in blog is set to hide from some css.
I added this block of css into your custom css box in General Options:.blog-article.standard-style .content .text { display: block !important; }The posts do show up the text now.
Please clear cache and refresh pages.
Let us know.Best regards!
in reply to: Tower: Mobile Logo Overlapping & Not ResponsiveHello,
By default the products get an overlay when on mouse hover.
I see you are using services to show up your products, not woocommerce. In this case use custom css to add overlay on hover. Example code:.services_medium img:hover { background-color: rgba(80, 75, 75, 0.76) !important; }To add overlay. Or this:
.services_medium img:hover { width: 170px !important; height: 170px !important; }To make differences on image width on hover.
PS: Please open new ticket for new questions. This ticket is already overloaded and has lost it’s initial purpose. Thank you for your cooperation.
Best regards!
in reply to: Reset purchase codeHello,
The code has been removed. Please continue with registering your copy in the new domain.
Best regards!
in reply to: TOWER HELPHello,
In row settings, i decreased the padding. It was sett to 100px. Also i removed the background color from the column, and set it instead to the row background. Now it covers the entire testimonials background. I added padding to testimonials column options, to create distance from testimonials text and row.
Please check your site.
You can always edit out these values to your wish. Just open the Row Settings, and Column Settings.Best regards!
in reply to: Mobile Not WorkingHello,
What plugins do you have installed? As previously mentioned this is not a behavior controlled by theme files. Do you have Jetpack plugin installed? Please deactivate all plugins (except Visual Composer). And try again.
There are no login data available anymore, so we can not access the site for further check ups.
Best regards!
in reply to: Mobile Not WorkingHello,
Please keep up the topic in the current on-going one. There is no reason to start a new ticket on this.
Best regards!
in reply to: Error on a pageHello,
Do you mean the single posts? Or the posts text in blog page? You don’t seem to have any text in the single posts itself. Is this not correct?
Please send us your wp credentials in a private reply. So we can check this out and fix whatever it’s happening.Best regards!
in reply to: update is badHello,
This can not be. The files are always tested before launch. Can you add some ftp and wp credentials to your profile data? So we can check out what caused it.
Read this article for more information.Thanks!
in reply to: Landscape Scroll – upload logo & imageHello,
I just checked and the logo is present in home page now as well. See screenshot: https://postimg.org/image/8y3rfnd2or/
To make show up in first slide of home page as well, add this code into your custom css box:.header_container.cl-header-light #logo .dark { display: block !important; visibility: visible !important; }Do you have any cache plugin installed? It could be that the changes made, took some time to show up. This happens sometime with different servers. They take a bit to reflect all changes made.
In the future i suggest you clear cache and hard refresh a page after making the changes. In order for them to be loaded faster.
Let us know.Best regards!
-
This reply was modified 8 years, 8 months ago by
Mirela.
in reply to: Site search issueHello,
This is really strange. I checked and it does not happen on our side, or anywhere else. Did you made any changes lately? Or did you install any new plugin?
This message: “Search result for: ” is not part of theme’s message in search result page (screenshot). Check out the demo.
Let us know.Best regards!
-
This reply was modified 8 years, 8 months ago by