Forum Replies Created
-
Hello,
What theme version do you have? Do you have any third party plugin installed? This style does not appear to have any issue on our side. Please send us your site’s url. So we can give it closer look.
Best regards!
in reply to: LayerSlider Needs Purchase CodeHello,
No, it is not the same code.
The purchase code you got with the theme is for registering in this forum. The included plugins have a extended licence, thus you can use them. But it is not possible to get you a licence code for further update.
We update all supported plugins in every theme update. If you wish to update before it, then you will have to buy the plugin by yourself.Best regards!
in reply to: Bad responsive Image behavior in FirefoxHello,
Glad to know it’s alright now. Thanks for sharing!
Best regards!
in reply to: Top Social Bar and Font Question.Hello,
1-You can edit top header area dimensions with a little css. Add these line sinto your custom css box:
.top_nav, .top_nav .widget { height: 50px !important; }Edit the value to your need.
2-You can search up the icons to use in every vc element that uses the icons(example: services element, location icon list screenshot)
Then use them in your shortcode, example:[icon_text icon="moon-location"]Brooklyn, NY[/icon_text] [icon_text icon="moon-location-2"]Brooklyn, NY[/icon_text] [icon_text icon="moon-location-3"]Brooklyn, NY[/icon_text] [icon_text icon="moon-location-4"]Brooklyn, NY[/icon_text] [icon_text icon="moon-compass"]Brooklyn, NY[/icon_text]Phone icons example screenshot.
Here are the icons used in theme:https://icomoon.io/#preview-ultimate
https://icomoon.io/#linearicons
https://fortawesome.github.io/Font-Awesome/
Best regards!
-
This reply was modified 10 years, 3 months ago by
Mirela.
in reply to: Trojan Found in Tower WordPress ThemeHello,
We are currently checking this with high priority and will let you know asap.
Best regards!
in reply to: Blog – Medium Image SizeHello,
The blog post image sizes are set in file functions.php. Find these lines:
function codeless_images_sizes(){ add_image_size( 'port3', 600, 600, true ); add_image_size( 'port3_2', 550, 265, true ); --- / / --- add_image_size( 'blog', 625, 340, true );This line:
add_image_size( 'blog', 625, 340, true );set’s up the blog post featured image sizes. Edit this to the dimensions you want. Save file and upload again the images.
You can further edit it by adding this cod einto you custom css box:.blog-article.standard-style .media > *:not(.post_type) { width: 100%; }and edit the value to you need.
The size we have chosen as best, is 820x340px, but you can set it to what best fits your needs.Best regards!
in reply to: ALT Tags Removed on Featured ImagesHello,
Sorry for the late reply.
Please go to file includes/view/blog/loop-index.php and find these lines:<img src="<?php echo esc_url(codeless_image_by_id(get_post_thumbnail_id(), 'blog', 'url')) ?>" alt="">And replace with these:
Best regards!
-
This reply was modified 10 years, 3 months ago by
Mirela.
in reply to: With Slider off on Mobile top of page is cut offHello,
To add padding to top wrapper, add this code into your custom cs sbox:
.top_wrapper { padding-top: 100px !important;}
Edit the value to your need.
The Revolution slider does not have any issue in mobile. If you want, you can send us a link of a page where you have it so we can give it a closer look.Best regards!
in reply to: Remove Hamburger MenuHello,
Please go to General Options > Layout > Extra Side Navigation, set it OFF.
Best regards!
in reply to: Pricing Plan not workingHello,
Sorry for the inconvenience. The accordion titles will be fixed in the upcoming update. Please be patient as we are making our best to release as soon as possible.
-Can i please see a link where are you having this? The price list does not have any issue on our side.
Let us now.Best regards!
in reply to: "you are here"Hello,
-To remove the page header, go to page’s General Options > Page Header Options > Active Page Header, set it OFF.
-Please send us your site’s url, so we can provide the correct code.Best regards!
in reply to: Widgetised Sidebar in Visual Composer Missing?Hello,
@akrall,
Sorry for the inconvenience. As previously stated, the accordion titles will be fixed in the upcoming update. Please be patient as we are making our best to release as soon as possible.
Thank you for understanding.Best regards!
Hello,
The reason for this message it’s because when importing dummy data, the pre-created page have set up a slider in it’s page options. When this slider name does not correspond to any of the current sliders (you may not have imported/created any slider at all; or they have been created with a different name), this message appear.
Just go to the page’s General Settings > Slider Options, and select one of the sliders in the drop-down list.
Save changes and it’s all set.Best regards!
in reply to: One page menuHello,
I tried to open your site several times, but with no success. It gives: “This webpage is not available – ERR_NAME_NOT_RESOLVED” error. Can you please check?
Best regards!
in reply to: Header LogoHello,
Please add this code into your custom css box:
#logo { opacity: 1; visibility: visible; }The logo is there, but is not visible.
Best regards!
-
This reply was modified 10 years, 3 months ago by