Forum Replies Created
-
in reply to: Big Problem with Safari Browser
Hello,
I can’t login to your WP dashboard. But I did change something at /js/main.js file.
Please remove this line from the custom css box:
@media (max-width: 767px){ .slider#slider-fullwidth ,.codeless_slider .swiper-slide, .swiper-wrapper, .codeless-slider-container, .codeless_slider_wrapper, .codeless_slider_swiper { height: 667px !important;} }Add this one:
@media (max-width: 767px){ .codeless_slider .swiper-slide .content.horizontal_centered { margin-top: -40px; } }Let us know if it worked. Or send us the login credentials so I can check it.
Best regards!
in reply to: Big Problem with Safari BrowserHello,
Please can you show us your FTP credentials? I need to edit a javascript file.
Best regards!
in reply to: Slider revolution stops after few timesHello,
Check the layers out-effects and times at revolution slider. Make sure the layers don’t fade out before the slide is ended. Let us know if you need further help.
Regards!
in reply to: revolution sliders not foundHello,
I installed the new slider version but the issue persists. We have tested it on our local site and it works fine. Please update the theme and let us know.
The latest theme version is 1.9.best regards!
in reply to: revolution sliders not foundHello,
Please can you give me your ftp credentials in a private reply? I was trying to update revslider, but it does’t allow me to install it from dashboard. I will install it from ftp.
Or just delete the folder ‘revslider’ at wp-content/plugins/’ so I can install new new version.Best regards!
-
This reply was modified 10 years, 1 month ago by
Ruco.
in reply to: Notice: Undefined indexHello,
Please make sure you have the latest theme version. You might have an old php version installed on server. Edit the file wp-config.php and turn off WP_DEBUG.
Let us know if you need further help.
Best regards!
Hello,
This means that you should allocate more memory. Add this line at wp-config.php:
define(‘WP_MEMORY_LIMIT’, ‘128M’);
Please make sure you have the latest version of Specular vs. 1.9.
Also install the revolution slider version which is included in theme.
Best regards!
in reply to: Resize Issues with Boxed LayoutHello,
Please go to Tower -> Layout -> make boxed content width (with %): 100%.
Let us know.
Best regards!
in reply to: Layout ResponsivenessHello,
Please add these lines at the end of the file functions.php(before ?>):
add_action( 'wp_enqueue_scripts', 'remove_default_stylesheet', 20 ); function remove_default_stylesheet() { wp_dequeue_style( 'bootstrap-responsive' ); wp_deregister_style( 'bootstrap-responsive' ); }Best regards!
in reply to: Onepage Menu linksHello,
I fixed it. You can check it now.
regards!
in reply to: Mobile – Slider Responsive BugHello,
Please edit the file ‘specular/js/main.js’
Find the lines:
if($(window).width() < 767){ var window_width = $(window).width(); var new_height = (window_width * height) / 767; $('.codeless_slider_wrapper', parent).css('min-height', new_height+'px'); parent.css('min-height', new_height+'px'); parent.height(new_height+'px'); slider.height(new_height+'px'); }Delete them or comment them out.
Let us know if you need further help.
Best regards!
in reply to: various errors sporadicallyHello,
You have installed a lot of third party plugins. I disabled H5P and the issue isn’t displayed. I think it’s causing the conflict with the theme’s css.
Best regards!
in reply to: Create post like a pageHello,
Please can you give me admin access so I can check the other settings?
Best regards!
in reply to: Create post like a pageThis reply has been marked as private.in reply to: Create post like a pageThis reply has been marked as private. -
This reply was modified 10 years, 1 month ago by