Forum Replies Created
-
in reply to: Portfolio Categories not working
Hello,
@alexjochai3891,
I tried to import Visual Composer but i get this message: “The uploaded file exceeds the upload_max_filesize directive in php.ini“.
Please check it with your host. The file trying to upload is less then 5Mb. Let us know.PS: We reply to topics based on their arrival time. The oldest first. Our working hours is 9:00-17:00 from Monday to Friday. Please consider the timezone differences as well. We ask for your consideration and patience while we are doing our best to reply asap to all of our customers.
Best regards!
in reply to: setting price list button positionHello,
You should put the price box in the same height. Add this code into your custom css box:
.price_table .list { min-height: 136px !important; }Best regards!
in reply to: Codeless Slider Responsive/Mobile ViewHello,
Please go to file js/main.js and find these lines:
var c_speed = $('.codeless_slider').data('speed'); if(c_speed == 'undefined') c_speed = 800; codelessSlider = new Swiper('.codeless_slider',{ slidesPerView: slide_per_view, paginationAsRange: false, loop: true, touchRatio: 0.7, autoplay: 3000, speed: c_speed,Remove this line:
c_speed = 800;from it and edit this line:speed: c_speed,
to this:speed: 800,
Save changes and refresh.Best regards!
in reply to: resize imageHello,
You can edit it with some css. Try this code:
.wpb_single_image .vc_figure { padding-left: 60px; width: 1100px !important; }Best regards!
in reply to: Show header and footer in fullscreen blogHello,
Please go to file css/fullscreen_post.css and find these lines:
.header_wrapper { position: absolute !important; z-index: 99999999; }Remove the
!importantfrom it and save. Then add this code into your custom css box:.single .header_wrapper { position: fixed !important; }Result. Let us know.
Best regards!
in reply to: Specular Theme Staff CarouselHello,
1-This happens because the entire clients div takes a minimum width (which is centered) but you do not have enough clients to fill it so the present ones stay at the beginning of the div. Either add more clients or edit it via css.
If you send us the link where is this, we can help you with the code.2-What version of theme and visual composer do you have? Please make sure to have the latest versions. If the issue persists, send us your wordpress credentials in a private reply. So we can give it a closer look.
Best regards!
in reply to: Visual Composer | Backend EditorHello,
Please update theme and Visual Composer to their latest updates. Read here for more info on how to update VC.
Best regards!
in reply to: Visual Composer not workingHello,
You do not need to buy the plugin. Just update the included one on every theme release. Follow these instructions.
Best regards!
in reply to: Theme and dumy dataHello,
I see you have already imported the Agency demo. Do you still need our help?
Let us know.Best regards!
in reply to: Settings – reading – Static home pageHello,
I installed the Visual Composer for you and it’s the latest version. You should not have any issue editing the elements.
Please check and let us know.Best regards!
in reply to: Mega menu column widthHello,
I added this code into your custom css box:
nav .codeless_custom_menu_mega_menu.codeless_mega3 li { width: 240px !important; } nav .codeless_custom_menu_mega_menu.codeless_mega3 { width: 783px !important; }Because you are using a three column menu and not a 4rth as i previously send you the code for a 4 column menu. Also i removed the !important from the related css code in your style.css file as it overlap the custom code.
Best regards!
in reply to: Mega menu column widthHello,
That happened because you are using a child theme. The right url uses the parent theme folder. You need to switch to Tower theme to install included plugins.
I already installed Visual Composer. I will review the other requests and let you know.Best regards!
in reply to: Envato WordPress Toolkit status is "Not Installed"Hello,
This is not necessary to fix but try to delete the current Envato wp tookit from your wp-content/plugins folder and reinstall from wp dashboard.
Let us know.Best regards!
in reply to: Photo zoomHello,
Can you please be more specific? Do you want to make a bigger image in mobile? Or do you want to zoom it on tap? Which element specifically are you referring to?
Let us know.Best regards!