Forum Replies Created
-
in reply to: Revolution Slider and LayerSlider WP not updating
Hello,
Are you are attempting to update from child theme? If you have child theme activated, please switch to parent theme first. Update plugins and then get back to child theme.
Let us know.Best regards!
in reply to: Business 4Hello,
You can find them in file \includes\register\register_shortcodes.php.
Best regards!
in reply to: Default silder and transparent menu not availableHello,
Please go to General Options > Header Options > Background and make sure you have not selected any color. I see your header is transparent but it has a gray gradient. Remove that value in the option above.
Let us know if you need help.Best regards!
in reply to: Updated Theme & Content No Longer RendersHello,
What version did you had previously? What version of Visual Composer are you running? Did you update VC too? Please make sure to have the latest included version of the plugin first. (it’s vs 4.12).
Let us know if the issue persists.Best regards!
in reply to: Recent PortfolioHello,
To hide the navigation arrows in portfolio, please add this code into your custom css box:
.nav-growpop a.prev { display:none; } .nav-growpop a.next { display:none; }What theme version do you have installed? Can i please see a link where are you running this?
Best regards!
in reply to: Padding ErrorHello,
-You can find all js files in folder tower/js. The other files are called from online servers.
bootstrap_dropdown.js is not included. You can add custom js in General Options > Custom JS Box.
-Find all information regarding theme compatibility in theme’s profile in Themeforest.The scripts are called just once when the page is loaded. Please see screenshot.
Best regards!
Hello,
The header height is only 10px. this is why is showing like this. Please check the values you have set for the header height. Increase it first (example: 120px). Then add this code into your custom css box:
.single-portfolio .header_page h1 { line-height: 120px; }Result screenshot. Let us know.
Best regards!
Note: To make the css code affect only portfolio item’s pages, check the page’s id via inspect element (press F12 key to open inspect element). Go at the top of page’s content code and find the page’s id (screenshot). Add this id in the beginning of the code. Example:
@media (max-width: 767px) { .single-portfolio .header_5 .open_full_menu { margin-left: -45px !important;} .single-portfolio #logo img { margin-right: -11px !important;} }This code will now change only the single portfolio pages.
Best regards!
-
This reply was modified 9 years, 10 months ago by
Mirela.
Hello,
1-To change the position of mobile menu please add this code into your custom css box:
@media (max-width: 767px) { .header_5 .open_full_menu { margin-left: -45px !important;} #logo img { margin-right: -11px !important;} }The first line is to change the position of menu, while the second line is to edit the position of logo in mobile. Edit the values to your wish (you can set both positive and negative values).
2-To change the position of slider content and prev-next arrow, edit the previous code i gave you to this:
@media (max-width: 767px) { .codeless_slider .nav-roundslide a.prev { top: 275px;} .codeless_slider .nav-roundslide a.next { top: 275px;} .codeless_slider .swiper-slide .content { margin-top: -45px !important;} }Edit the values to your wish.
Best regards!
in reply to: Image Alt Tags missing on home pageHello,
Do you have set the alt text in the image options in Media? The code is tested so there must be something else causing this. Perhaps your host is slow in reflecting the changes made to site.
If you send us your wp credentials in a private reply, we could give it a closer look.
Let us now.Best regards!
in reply to: Business 4Hello,
You only have to configure the widgets. All these elements are widgets, pre-created by the import process. Please go to Appearance > Widgets, scroll down to the “Inactive Widgets” area and drag-and-drop the desired widgets to their place.
We can set this up(like the demo) for you if you send us some valid wp credentials in a private reply.
Let us know if you need help.Best regards!
in reply to: Business 4Hello,
You only have to configure the widgets. All these elements are widgets, pre-created by the import process. Please go to Appearance > Widgets, scroll down to the “Inactive Widgets” area and drag-and-drop the desired widgets to their place.
We can set this up(like the demo) for you if you send us some valid wp credentials in a private reply.
Let us know if you need help.Best regards!
in reply to: Too many H1 tags on front pageHello,
I don’t know how to explain this anymore. The site is build based on theme files. If a code in it is edited, it will affect the site as well.
We did the same changes and it does show just right on our side (like the slider changes did).
The last help i can give you for this is: download a copy of our edited file and overwrite your current one. Then clear cache and refresh page.
Link.Best regards!
Hello.
1-I checked your site in mobile (both landscape and portrait), the logo and menu seem ok. Please see the screenshots: mobile-portrait; mobile-menu-portreit; mobile-landsc; mobile-menu-landsc; tablet;
Can you please explain better what the issue is?2-Please add this code into yoru custom css box:
@media (max-width: 767px) { .codeless_slider .nav-roundslide a.prev { top: 275px;} .codeless_slider .nav-roundslide a.next { top: 275px;} }Edit the values to your wish. Let us know.
Best regards!
in reply to: Change Blog Article InfoHello,
Please check file \includes\view\blog\single-fullscreen.php for these strings in single posts.
Let us know.Best regards!
-
This reply was modified 9 years, 10 months ago by