Forum Replies Created
-
in reply to: Header and menu problems
Hello,
Sorry that is not possible with page headers. But a workaround is to remove the page header and use instead the “Custom Heading” element. In the elements text editor, add a button via shortcodes. Last step, add a background image to the row containing it.
Best regards!
in reply to: Problems with height by one pageHello,
This is not an issue. It is how the one page feature works. When you click on e menu item, it will point you to the specified section. But the section starts at top-left corner, so the menu bar covers the title as it is higher.
Best regards!
in reply to: Customizing call-to-action backgroundHello,
Call to Action does not have any feature to edit background color. Check for the background color of the row containing it.
Best regards!
in reply to: Shortcodes IssueHello,
You have a server error in your site. Please see screenshot. Maybe you do not have enough access rights. Please contact your hosting provider about it.
Let us know.Best regards!
in reply to: Tiles don't accommodate correctlyHello,
This happens in masonry style, because the height is different for each post. You can chose to have the grid style or change this style via css. For the second option try to add these lines into your custom css box:
.blog-article.grid-style .gridbox { height: 700px; }
Edit the height to your need.Best regards!
in reply to: Header not responsive in browserHello,
Sorry for the late reply. I did answer you before but apparently wasn’t send. You can fix the green bar in blog with some css. The ‘Read more’ is located in Visual composer files, plugins\js_composer.
Best regards!
in reply to: Contact Form 7 not workingHello,
What’s the issue with formatting? The image you uploaded is not visible. Please send a new screenshot.
Best regards!
in reply to: Header and menu problemsHello,
Please add these lines into your custom css box, for the sub-menu:
.header_7 #navigation nav .menu > li > a { width: 110px;} .header_7 #navigation.pos_left nav .menu > li > ul.sub-menu, .header_7 #navigation.pos_left nav .menu > li > ul.sub-menu ul, .header_7 #navigation.pos_left nav .codeless_custom_menu_mega_menu { left: 160px;}Can you explain better on the first request? A screenshot of the wanted result can help.
Best regards!
in reply to: Header Widgetized AreaHello,
The shortcode you have used is not declared any where in the theme, nor in any plugin installed. So it is not recognized. Please use one of the present shortcodes or use a simple text for it.
Best regards!
in reply to: Shortcodes IssueHello,
Did you installed any third party plugin lately? Please send us your wp credentials so we can give a look.
Best regards!
in reply to: Blog Post – AUDIO NOT WORKINGHello,
Can you please send us your wp credentials in a private reply? So we can fix this.
Best regards!
in reply to: Where are the Language files?Hello,
You can find the .mo files in specular\lang . We would recommend you to use a translation plugin like wpml or qTranslate.
Best regards!
in reply to: Mobile menu not visibleHello,
I set to ‘yes’ option for mobile menu in Theme Options > Headers > Show Responsive Menu Dropdown, also i added these lines into your custom css box:
@media (max-width: 480px) { #logo { float: left !important; height: 100%; left: 55px !important; } }Now, please go to file css\bootstrap-responsive.css and find these lines:
@media (max-width: 480px) #logo { float: right; left: 0 !important; right: 0 !important; -webkit-transform: none !important; -moz-transform: none !important; -ms-transform: none !important; -o-transform: none !important; transform: none !important; }Replace the
left: 0 !important;with this:/* left: 0 !important; */
Save and refresh.Best regards!
in reply to: Alignement with Visual ComposerHello,
I added these lines into your custom css box:
p { text-align: justify !important; }The site looks better now.
Best regards!
in reply to: Problems with height by one pageHello,
I am sorry, can you explain better? What do you mean by ‘accurate’? The text is designed to flow within the predefined width. Can you remove the
<br>tags at one block of text so i can test it.Best regards!