Forum Replies Created
-
in reply to: How to enable links in the staff descriptionin reply to: Menu Not Displaying When Codeless Slider Loads
Hello,
What version of the menu are you using? Dark or light? Please make sure to have the same version selected in both Page’s General Settings >Page Options & Style (screenshot), as in the Slider’s Options > Layout > Menu & Slider Navigation Color(screenshot).
Best regards!
in reply to: Client Logos not displaying correctlyHello,
Did you add any image to them? I can’t tell what problem you may have. Please send a screenshot of your issue so i can understand better.
Best regards!
in reply to: Custom Footer and Header Width?Hello,
Please add an
!importantafter the attributes and try again.Best regards!
in reply to: Full blog module pagination doesn't workHello,
Sorry but I’m not able to tell at the moment. We will notify you all if there is a change.
Best regards!
in reply to: Header button link in new tab?Hello,
In file header.php, i edited this line:
<a href="<?php echo esc_attr($cl_redata['header_button_link']) ?>" class="btn-bt <?php echo esc_attr($cl_redata['overall_button_style'][0]) ?> header_button"><?php echo esc_attr($cl_redata['header_button']) ?></a>
to this:
<a target="_blank" href="<?php echo esc_attr($cl_redata['header_button_link']) ?>" class="btn-bt <?php echo esc_attr($cl_redata['overall_button_style'][0]) ?> header_button"><?php echo esc_attr($cl_redata['header_button']) ?></a>
Please check your site.Best regards!
in reply to: Unable to Change the default Font FamilyHello,
We have included an older version of Visual Composer in our latest theme update. Please use that version of VC as it is tested and fully compatible with the theme. We will include the newest version in the next release.
To have it, delete the current plugin and reinstall via theme dashboard.Best regards!
in reply to: CSS code for Contact Form 7 does not workHello,
There are times that it may take even longer to show a css change. It’s not fault of the custom css box. That happens because your browser has a cached copy of your site and it needs time to take the new preview. So does other CDN over the network.
In these cases, just clear cache to see your changes sooner, or open your site from another browser.
Nice to know you’re ok now.Best regards!
Hello,
Don’t worry about the exclamation mark, it’s not an issue.
Best regards!
in reply to: Disabling portfolio navigation menuHello,
Please edit the code above to this:
.content_portfolio.fullwidth #portfolio-filter ul {display: none !important;}Best regards!
in reply to: 100% Top Widgetized AreaHello,
I added the code i previously gave you, and i also added some new. Here is the result code:
#header{ margin: 0 auto;} .top_nav .row-fluid .span6 { width: 100% !important;} .top_nav .container { margin-left: 0 !important;} .top_nav .pull-left { padding-left: 70px !important;}Please check your site.
Best regards!
in reply to: Full blog module pagination doesn't workHello,
Sorry but that is not possible.
You can use pagination for blog, only in the blog page assigned to Settings > Reading, or General Options.Best regards!
Hello,
Yes, it’s possible with some code customization. Please follow the steps:
-Go to file \specular\includes\core\codeless_metaboxes.php and find this line:
'options' => array('left' => 'Left', 'right' => 'Right', 'bottom' => 'Bottom'),
Replace it with this:
'options' => array('left' => 'Left', 'right' => 'Right', 'bottom' => 'Bottom', 'top' => 'Top'),-Now download here file specular\includes\view\portfolio\single-container.php and replace the one you have.
-Go to portfolio item and edit portfolio entry. Select Content Position > Top from the dropdown list.
-Save and see.Best regards!
in reply to: 100% Top Widgetized AreaHello,
Please edit the code above to this:
.top_nav .row-fluid .span6 { width: 100% !important; }If still not working, send me your wp credentials in a private reply and i’ll do it for you.
Best regards!
in reply to: @MihailaHello,
We reply to topics according to their arrival time. The oldest first. We are trying our best to answer to all topics as soon as possible.
Our apologies if you waited too long. We will work harder to improve this support and answer to you all asap.Thank you for your patience!
Best regards!