Forum Replies Created
-
in reply to: Blog page is blank?
Hello,
You can enable wp debug mode and see what is the error causing this. Or look at the log file in your server. If you send us your ftp credentials in a private reply, we could give it a look.
Let us know.Best regards!
in reply to: Single Staff – full bio on About Us pageHello,
Sorry for the late reply.
To display the content of the staff member, rather than the excerpt, go to file staff.php and find this line:
$output .= '<p>'.codeless_text_limit(get_the_excerpt(), 25).'</p>';
Replace with this:
$output .= '<p>'.codeless_text_limit(get_the_content(), 500).'</p>';Best regards!
in reply to: Menu link to section of pageHello,
You have to set up the custom links just as you would do for the One Page. Go to Row Settings and set an id to it (screenshot). Add this id to the custom menu link (screenshot).
Please read more detailed information here.Best regards!
Hello,
To remove the menu under line, go to Header Options > Header Border Bottom, set it to none (screenshot).
Best regards!
in reply to: Codeless SliderHello,
Do you mean this slider-> screenshot? I do see the slides. Do you have more than two slides? Let us know.
If you want, you can find here many pre-builded sliders, to use.Best regards!
in reply to: Increase the number of portfolio pieces per pageHello,
Sorry but is not possible to make this edit in child theme files.
Best regards!
in reply to: Sticky Nav Logo IssueHello,
Please add this code into your custom css box:
.header_11.sticky_header #logo { display: block !important; visibility: visible !important; }Best regards!
Hello,
For that, please add this code into your custom css box:
a.btn-bt.default.header_button { margin-top: -20px; }Best regards!
in reply to: Codeless Slider not working on iPad/TabletHello,
I opened your site several times and did multiple testes, but i never got the slider to stand on top of the content and thus hiding it.
Your site works like charm from our side. Can you make a video of it? Maybe that will help understand your point of view.Best regards!
-
This reply was modified 10 years, 5 months ago by
Mirela.
in reply to: Codeless Slider not working correctly in IE 11Hello,
Do you have set ON the fixed position and parallax? Please set them off and try again. Let us know.
Best regards!
in reply to: Button padding on mobileHello,
Please add this code into your custom css box:
@media (max-width:480px){ .wpb_content_element.button.buttons_two a:first-child { margin-bottom: 13px !important; }}Edit the value of margin to your wish.
Best regards!
in reply to: Header ImageHello,
Did you set up page header in page’s General Settings > Page Header Options? If yes and still you do not get header to show, send us your wp credentials in a private reply. So we can give it a closer look.
Best regards!
in reply to: Sloppy on iPadHello,
In my previous reply, i wrote that i added both blocks of code i already gave you. These lines:
.top_wrapper { min-width: 1100px; } @media (max-width: 979px) and (min-width: 768px){ .top_wrapper { min-width: 691px !important;} .container { width: 724px!important;} }And additional to these i added this code too:
@media (min-width: 768px){ .container {max-width: 681px !important;} ul.tp-revslider-mainul { width: 692px !important; left: -6px !important; } .vc_gitem-zone .vc-zone-link { left: -6px !important;} }I see only the last block of code into your custom css box(screenshot). Did you erased it?
I already fixed it and tested. Please do not undo the work i did, as it’s time consuming for both parties and i can’t help you like this.
The code is back in custom css box. This is the view from ipad, screenshot.Best regards!
in reply to: embedding videoHello,
This is due to the ‘iframe’ element, which is common to both elements.
Best regards!
in reply to: Fatal error after update (V. 9412083) SpecularHello,
What version of the theme did you had previously? When was the last time you took a theme update? Please go to your wp-content/plugins folder via ftp and delete the visual composer plugins folder (js_composer). Then go to wp-content/themes and rename (or delete) theme’s folder.
Go back to your dashboard and try installing again theme (the latest version) from wordpress options. Continue installing Visual Composer from wordpress dashboard notices.
Let us know if you need further help.Best regards!
-
This reply was modified 10 years, 5 months ago by