Forum Replies Created
-
in reply to: Accordion not working after update
Hello,
Please recreate the element. The changes are tested and it works.
Let us know.Best regards!
in reply to: Warning: invalid argument …/class-wpb-map.phpHello,
What version of Visual Composer do you have? Please make sure to have the latest version. You can read this article for more information on how to update.
Let us know.best regards!
in reply to: Can't get any demo data to work properlyHello,
@aboudbarjoud,
It could have happened that the execution time limit has ended before the full import is done. You can find the SEO & Marketing page shortcodes, here. Just add them into you pae’s text editor and then switch from Clasic to Backend editor to edit the elements.
PS: This is Specular theme support forum. You are asking for Tower theme. Please post future questions in the theme’s specific forum.Best regards!
in reply to: Automatic Image Size Selection in ThemeHello,
Sorry but the logo and media element images are not cropped by default. If you want to use smaller images, then upload that image with the best resolution for your logo.
Specular theme has different elements that use the procedure you described. It selects the best fitting image for the element, from the library. But those are elements do not include logo.
You can find a list of them in file functions.php. (function codeless_images_sizes())Best regards!
in reply to: Header issuesHello,
You can change the header style of a page in Page’s General Settings > Page Header Options > Page header style (screenshot). The centered style is what you have used in the “Mission and vision” page, and the basic with breadcrumbs is used in the ‘Contact us’ page.
Sorry but it is not possible to use both style in a page.
If you do not want the page title to display in a certain page, just add this code:.header_page .container { display: none; }into that page’s custom css box (screenshot).
Best regards!
in reply to: H1 Title on page Header overlapping breadcrumbsHello,
Yes, please add this code into your custom css box:
.header_page h1 { width: 55% !important; line-height: 28px; padding-top: 16px; }Best regards!
in reply to: responsive error on menu ipadHello,
You had an error in your custom css box. In line 4 and 7 there were two brackets missing. I added that, and now the code is functional. But you had added this other code too:
.header_11 #logo { margin-left: 30px; margin-right: 30px; } nav .menu > li { padding-right: 8px; padding-left: 8px; }Which was stopping the one i gave you from doing it’s job. I commented that. It’s ok now. Please check your site.
Best regards!
in reply to: PortfolioHello,
This is the default layout for the portfolio items.
You need to add the custom fields first in General Options > Portfolio Config > Custom fields Parameters (screenshot). Then go to your portfolio item, add description text in text editor and the custom fields information in Single Portfolio Options > Custom Fields (screenshot). Result.
What are you having difficulties with? Send us your wp credentials ini a private reply, so we can do an example for you.Best regards!
in reply to: Blog ArchiveHello,
Can you please be more specific? If you send us a screenshot of what you want to remove, it would help us understand better.
Best regards!
in reply to: Accordion not working after updateHello,
@TimJansen,
You can download the edited vc_accordion_tab.php file here. Just replace your current file with this.Best regards!
in reply to: Edit Main JS FileHello,
Good to know that. Let us know if you need anything else.
Best regards!
in reply to: Reimbursement For the Tower Theme purchaseHello,
We are sorry you are having a bad experience with our theme.
Our theme is fully responsive, it work in all the browsers, also the portfolios have many options, you can select from different layouts and styles.
If there is anything we can help you with let us know.We are doing our best to make our clients happy and improve our products.
You can contact Envato support for a refund.
Best regards!
in reply to: Responsive Menu/HeaderHello,
You have to contact Envato for the refund.
Best regards!
in reply to: Sticky Navigation is not visibleHello,
Sorry for the late reply.
I added this code into your custom css box(test site):.sticky_header .full_nav_menu { position: fixed !important; top: 112px !important; visibility: visible; }Please check your site and let us know.
Best regards!