Forum Replies Created
-
in reply to: VISUAL COMPOSER
Hello,
What version of the theme and Visual Composer do you have? It seems like you need to make some basic configurations first.
Do you have the ‘Media’ element in Visual Composer elements list? This isused for the single image feature. Do you have installed the “Contact Form 7” plugin? Please install it first, and then you will see the contact form element added in the vc elements list.
What is the issue with the footer? Did you add widgets to it?
If you send us your site’s wp credentials in a private reply, we can help you set it up as the demo.
Let us know.Best regards!
in reply to: Portfolio items problemHello,
The logo is set to be 50% on the left, in order to be in the middle of the screen. In you case it should be less for it to look centered. Please add this cod eint oyous custom css box:
.header_10 #logo { left: 40% !important;}
To remove the next/previous from portfolio single item, please add this code:.nav-growpop a.prev { display: none;} .nav-growpop a.next { display: none;}Best regards!
in reply to: Right Align not workingHello,
That’s because you do not have the right button selected. Are you referring to these two buttons, screenshot? If yes, the responsible css class for them is
.btn-bt.default { float: right !important; margin-right: -60px !important; }If still no luck, send us your site credentials in a private reply and we’ll be happy to do it for you.
Best regards!
in reply to: Menu item with BGHello,
Please add this code too, into your custom css box:
@media (max-width: 767px){ .parallax_slider .codeless_slider_wrapper { padding-top: 30px !important; }}It will put the slider back to it’s place, after the margin edit you did above. (screenshot).
Best regards!
in reply to: Icons not displayingHello,
Glad to know you figured it out. Thanks for sharing.
Kind regards!
in reply to: Portfolio Grid overlay fontsizeHello,
Please add this code into your custom css box:
.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title h3 { font-size: 16px !important; }Best regards!
in reply to: Portfolio itemHello,
You can find these two titles in these files:
-\includes\view\portfolio\single-container.php
-\includes\view\portfolio\single-floating.php
-\includes\view\portfolio\single-fullwidth.php
-\includes\view\portfolio\single-gallery.php
According to the type of portfolio you are using, you can edit only one of these or if you want, edit all of them.
Let us know if you need further help.Best regards!
in reply to: Placing Page Header Below Site HeaderHello,
In this screenshot: https://dl.dropboxusercontent.com/u/477292/XquiX/Screen%20Shot%202016-03-01%20at%2010.32.26%20AM.png
see here:screenshot, the background color is visibly noticeable to have transparency.
I don’t see it in the latest screenshots you send, and also i see the header is not transparent anymore(screenshot). Did you remove it? Is every thing ok now?
Let us know.Best regards!
in reply to: One page menu – Navigation ProblemHello,
Glad to know it’s set now. Thanks for letting us know.
Best regards!
in reply to: Color menu in Shop and productsHello,
Please add these lines into your custom css box:
.archive nav .menu > li > a { color: #777 !important;} .single-portfolio nav .menu > li > a { color: #777 !important;} .tax-product_cat nav .menu > li > a { color: #777 !important;} .header_1 nav li > a:hover { color: #e5af5a;}Let us know if you need further help.
Best regards!
in reply to: remove date from post-gridHello,
Yes, please add this code into your custom css box:
.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_date { display: none; }Best regards!
in reply to: Responsive footer alignment not centeredHello,
Please add this code into your custom css box:
@media (max-width: 767px){ footer#footer .inner .row-fluid.ff .span12:first-child:last-child { margin-left: -137px !important; }}Let us know.
Best regards!
in reply to: Menu item with BGHello,
Is every thing ok now? Do you still need our help?
Let us know.Best regards!
in reply to: Revolution slider textboxHello,
I added this code into your custom css box:
@media (max-width: 480px){ .rev_slider .tp-caption, .rev_slider .caption{ min-width: 254px !important; max-width: 467px; font-size: 20px !important; }}Screenshot in iphone. let us know if you need more help.
Best regards!
in reply to: mobile header margins not lining upNote: I see you have Tower theme installed. This is Specular theme support forum. Please keep in mind to always post at your theme’s specific forum, to avoid any misunderstanding and get the right solution.
Also please keep in mind that duplicating topics of the same issue will not help get a faster answer (we reply to topics regarding their arrival time. The olderst first.)
But will also mess up the forum, making it harder for other users to browse and find the right solution to their issue.Thank you for understanding and cooperating!
Best regards!