Forum Replies Created
-
in reply to: Visual composer just hangs
Hello,
Please update theme to it’s latest version. Then follow these instructions to update Visual Composer from theme.
The latest theme release has Visual Composer 4.11.2 included.Best regards!
in reply to: Widget Shortcodes – TranslationHello,
You can translate them via .PO/.MO files. They are already present and ready to translate there. Or go to file \includes\register\register_shortcodes.php if you want to edit directly from file. This method is not recommended as it will prevent you from taking future theme updates.
Let us know.Best regards!
in reply to: Visual Composer | Backend EditorHello,
Please read more detailed info regarding theme update in our documentation.
The update overwrites all theme files (located under wp-config/themes/specular) so if you have edited any of these files, the changes will be lost.
Save a backup of theme files if you have edited them.
As for the configurations, content and any code added in Tracking Code / Custom CSS / Custom JS, will not be affected.
Let us know for anything.Best regards!
in reply to: resize imageHello,
Yes, in your custom css box. You only need the css classes of that image. This is a screenshot of what i get when applying this code via inspect element.
Note: Please be careful to post future queries in your theme’s support forum. You are running Tower, while this is Specular theme support forum.
Best regards!
in reply to: blog posts comments not shownHello,
Please follow the instructions in this article for VC update.
I do see the 2 comments in this post of yours(screenshot).
Did you manage to fix your issue?
Let us know.Best regards!
in reply to: Mega menu column widthHello,
To remove the menu background you need to make it transparent. Go to Header Options > Transparency.
To change the buttons, add your custom css into custom css box. Find it it General Options.
The bigger the resolution of the image the better. You can customize it’s position with some css.
Let us know.Best regards!
in reply to: Theme and dumy dataHello,
I was able to import the Digital Agency demo.
You only need to customize it to your wish. Let us know if you need help.Best regards!
in reply to: setting price list button positionHello,
Yes. The css code i gave you is independent. You have put it inside another block of code. Causing both of these block to not function anymore.
This is the correct form:.codeless_slider .swiper-slide .content h1 {width: 600px;} .btn-bt.default { color: #ffffff; background: rgba(124,197,249, 1); border-color: rgba(229,145, 90, 1); font-size: medium; } .price_table .list { min-height: 136px !important; }Let us know.
Best regards!
in reply to: Please add imageHello,
You can replace it with another image (perhaps smaller or transparent), but can not remove it completely. Please find in file \includes\core\core-functions.php the line:
$image_src[0] = CODELESS_BASE_URL.'img/default.jpg';
Change the image url to the image you want to use.Best regards!
in reply to: Featured Image alt textHello,
In order to add alt text for all featured images, there are a lot of file that need editing. Which is beyond support service.
However if you can specify what type of portfolio are you using and send us some valid ftp credentials, we can help you this time.
To suggest this and more features, please write in our “Suggest Us Features” forum.Best regards!
-
This reply was modified 5 years, 2 months ago by
Ludjon.
in reply to: ALT Tags Removed on Featured ImagesHello,
The ftp gives me error upon file upload(screenshot). Send us only the wordpress credentials (https://through-channel.com/wp-login.php) so i can edit the file from wordpress dashboard.
Best regards!
in reply to: Remove portfolio overlay and link iconHello,
You have to edit theme files in order to achieve this. Find the portfolio files under includes\view\portfolio folder.
Sorry but these are customizations not included in support service.Best regards!
in reply to: FAQ Accordion help (Tower theme)Hello,
The code should be there (around line 1881), unless some editing has been done before (screenshot). I can do it for you, but please check the ftp credentials as i am not able to login.
Let us know.Best regards!
in reply to: News Ticker ErrorHello,
Updating theme and Visual Composer is definitely a good idea.
For the errors in the screenshot, please go to file js/main.js and find this line:
linkElement : 'a:not([target="_blank"]):not([href^=#]):not(.lightbox-gallery):not(.zoom):not(.prettyphoto)'Replace with this:
linkElement : 'a:not([target="_blank"]):not([href^="#"]):not(.lightbox-gallery):not(.zoom):not(.prettyphoto)'Find this other line too:
$('.codeless_slider_wrapper', parent).removelass('skrollable');
Replace with this:
$('.codeless_slider_wrapper', parent).removeClass('skrollable');
Let us know.Best regards!
-
This reply was modified 5 years, 2 months ago by