Forum Replies Created
-
in reply to: Specular import issue
Hello,
Please make sure you have sufficient memory and execution time limit. This usually happens when the time limit has exceeded, since there is a lot of data to be imported. You can ask your hosting provider to increase it for you. If you want, you can send us your wp credentials so we can do it for you.
Best regards!
in reply to: Installation Issues – Please HelpHello,
Please can you write your site credentials in a private reply, so I can install and configure the theme for you?
Best regards!
Hello,
-Fullscreen: add these lines into your custom css box:
.fullscreen-blog-article .content.background--light { color: #EDE9E9; background-color: rgba(168, 154, 109, 0.5); }color – change font color;
background-color – change color and transparency (the 0.5 value) of colored layer underneath. Result.-Articles: I do not see much space, however please add these lines into your custom css box:
#comments { margin-top: 0; padding-top: 5px; } .single .blog-article.standard-style { margin-bottom: 0;} form { margin: 0 0 0px;} #content { padding-bottom: 35px;}This should be the result.
Best regards!
-
This reply was modified 11 years, 1 month ago by
Mirela.
in reply to: Service Icon ClickabilityHello,
By default the icons in services medium are not links. But if you want them as links too, then please go to file vc_templates\services_medium.php, and find this line:
if($icon_bool == 'image' && !empty($image)): $output .= '<img src="'.esc_url(codeless_image_by_id($image, '', 'url')).'" alt="" />'; endif;Replace with this:
if($icon_bool == 'image' && !empty($image)): $output .= '<a href="'.esc_url($data['link']).'"><img src="'.esc_url(codeless_image_by_id($image, '', 'url')).'" alt="" /></a>'; endif;Save file.
Best regards!
in reply to: SEARCH RESULTSHello,
You can find ‘Search Results’ in file includes\view\page_header.php. The search ordering requires customization which is not included in support. Please follow this link, to guide you how to achieve it.
To show 4-5 lines of content from page’s search result, add content into page’s excerpt box. (go to Screen Options and check Excerpt)Best regards!
Hello,
Please add these lines into your custom css box:
@media (max-width:767px) { .vc_custom_heading h2 { line-height: 25px !important; } }Best regards!
in reply to: Mobile Menu Not ShowingHello,
Please add these lines into your custom css box:
nav .codeless_custom_menu_mega_menu ul>li h6, .menu-small ul.menu .codeless_custom_menu_mega_menu h6, .menu-small ul.menu > li > a { color: #1A1919; }Best regards!
in reply to: Header not responsive in browserHello,
The green bar is an element created via a third party plugin which we have not tested with the theme. We can not give support on that. Please read carefully plugin’s documentation or contact their support.
As for the header, please add these lines into your custom css box:.blog .header_page.centered.without_shadow.no_parallax { padding-top: 151px; } .header_page.centered .overlay { display:none;}Best regards!
in reply to: Revolution Slider Transitionsin reply to: Image with Overlay HeaderHello,
1-I added this code:
.single-post .breadcrumbss { display: none;}into your custiom css box, to remove breadcrumbs in posts only. Where titles are longer. If you want to remove them through all site, edit this code by deleting only the “.single-post”.
-I changed the font size in Styling Options > Default Page Header > Normal Style No Subtitle Title Typography to 20 and added this css:.single-post .header_page h1 { line-height: 40px; text-align: center;}to customize and fully display your long titles.
-I added this code:@media (max-width:767px){ .single-post .header_page h1 { line-height: 25px; text-align: center;} .single-post .header_page.normal h1 { font-size: 13px !important;} }for the responsive titles.
2- I do not see the small menu in your site any more. Did you remove it? image
3-For the menu sub-items, i added this code:
nav .menu > li > ul.sub-menu li > .sub-menu { margin-left: 200px !important; }This is the result.
Let us know if you need further help.
Best regards!
-
This reply was modified 11 years, 1 month ago by
Mirela. Reason: images
in reply to: Title Header on the left without BreadcrumbsHello,
To remove breadcrumbs please add these lines into your custom css box:
.breadcrumbss { display: none; }Best regards!
in reply to: photo resizingHello,
If you are using portfolio with two colums, edit:
add_image_size( 'port2', 825, 340, true );
If you are using portfolio 3 columns with grayscale, edit this:add_image_size( 'port3_grayscale', 627, 470, true );..so on if you will use other portfolio types and want to change the image size.Best regards!
Hello,
Please add these lines into your custom css box:
@media(max-width:767){nav .codeless_custom_menu_mega_menu ul>li h6, .menu-small ul.menu .codeless_custom_menu_mega_menu h6, .menu-small ul.menu > li > a { color: #0D0D0D; } }Best regards!
in reply to: Link ColorHello,
Add this code into your custom css box:
a { color: rgb(165, 32, 103) !important; }Edit the color to your need.
Beware that it will change font color of All links (including Headers, as they are links themselves) If you want any specific link to change color, send us the page’s link of it so we can give a more specific code.Best regards!
in reply to: Font Awesome Icons not showingThis reply has been marked as private. -
This reply was modified 11 years, 1 month ago by