948 comments found.
Time to upgrade for PHP 8 ?
You have not released any updates since 17 July 2019. Why is that? Will there be a new update?
Hi,
The theme was designed with native features of WordPress. It’s very stable.
If there’s any problem then let us know and we can help you through theme support.
You can Register to support forum then create a New Support Thread here
Thanks
Hi,
I try o import xml demo data but I am stuck at the stage 4.
1. Log into that blog as an administrator.
2. Go to Manage: Import in the admin panel.
3. Choose “WordPress” from the list.
4. Upload the file using the form provided on that page.
I have a error message :
Import from WordPress Sorry, there was an error. This does not appear to be a WXR file, missing or invalid WXR version number.
As a reminder, the xml demo data content : fullscreenpos.xml, page.xml, portfolio.xml posts.xml.
can you help me ?
Hi,
Could you post to our support forum for us to help.
You can Register to support forum then create a New Support Thread here
Thanks
Hello, I have a quick question. I have a client using your theme RSW 3.0 and it seems that we need to run the older version of PHP (5.4 i think), if we upgrade to 3.5 (your latest version), will it work on PHP 7.2 for example?
thank you.
Hi, Yes, it will work. If there’s any problem then let us know through support forum.
You can Register to support forum then create a New Support Thread here
Thanks
how do i get support on the theme, because all i find is a forum on your support page, thanks in advance raymond
Hi,
Thank you for purchasing RSW theme.
You can register and then create posts.
You can Register to support forum then create a New Support Thread here
Thanks
How do get fullscreen video (vimeo) on inside page (not home)? I can only choose from fullscreen image pages!
Hi,
Thank you for taking interest in choosing RSW theme.
Fullscreen post aren’t scrollable.
For scrollable pages you’ll need to add the video as an embed. But this won’t display as a fullscreen. You can get the embed code for vimeo and use it inside the page contents.
Thanks
Hello. Are you going to publish a new update for the theme? We are waiting. Thanks.
Hi, Could you let us know if there’s any issue that you’re having.
Thanks
I’m just wondering if you’re going to publish a new update or not. Are you planning to add new features and make the theme more stable?
Hi, The theme currently uses standard core features of WordPress to do everything. So it should work without any problem.
If you have any problems then we will be happy to help you through our theme support.
Thanks
i want to know if your template support a service like google photos . so you can display a folder in the site , my client doesnt want to upload the images to the website , but mange the photos in the google serivces and then display them in the site .
Hi,
Thank you for taking interest in purchase the theme.
If you can make WordPress Media library work with image from Google photos then the theme won’t have any problem with displaying them.
You can try a plugin which does and test it with WordPress default theme. If it can display the images then the theme can too.
Thanks
Last Update: 22 December 15??/ We are now in 2018 so you mean to tell me you guys haven’t gotten around to updating your theme? Why should I buy a theme that’s updated one in 5 years?
Hi, Thank you for taking interest in purchasing the theme.
This theme uses WordPress native function to make it work. Even though you use it with the latest version it will still function to give the features seen in demo.
Thanks
Hi Im thinking of purchase this. Just to make sure in the portfolio section can i add videos with link from youtube or does it only support stills
Hi,
Thank you for taking interest in purchasing the theme.
The thumbnails seen in the portfolio gallery will only display the stills. The still image is generated using the portfolio posts featured image. This way it can be set with a shot from the video itself. Portfolio items can be set with custom links for it to be linked anywhere internal or external of site.
Thanks
hello, i like the theme , need know if purchasing support new wordpress ?
Hi, Thank you for taking interest in purchasing RSW theme.
It is compatible with latest WordPress. If there’s any problem we can help via our support forum. http://support.imaginemthemes.co/
Thanks
is it possible to have fullscreen in the pages ?
Hi, Thank you for taking interest in purchasing the theme.
You can have fullscreen posts as homepage as well as have them linked as other pages.
Thanks
Hello, I just purchased this theme, could you plz help to set it up as demo showing on the page?
Hi,
Could you post to our support forum so our support can help.
You can Register to support forum then create a new support thread at Responsive Fullscreen Studio for WordPress forum.
Thanks
content pages can be center? instead to the right?
Hi,
Try following code. Add to custom css
.container { margin: 20px auto 35px; }
Thanks
Hi, one year since the last update. Is this theme still compatible with the last wordpress version or will you abandon it??? please advise!
Hi,
It’s compatible with latest WordPress. Let us know through support forum if there’s any problems. http://support.imaginemthemes.co/
We support all themes published by us here.
Thanks
hi, i try to use a google maps but i get this error : MissingKeyMapError , what happend??
Hi,
It’s due to the new Google API rule. Now you need to include the API key.
Could you edit /rsw/functions/scripts-styles-register.php
Line 33
Change to
wp_enqueue_script( 'GoogleMaps', 'http://maps.google.com/maps/api/js?key=yourapikeyhere', array( 'jquery' ),null, false );
Replace yourapikeyhere with the google map API key.
Here’s information on getting the API key https://developers.google.com/maps/documentation/javascript/get-api-key
Please post to support forum if you require more information. Here’s support forum url: http://support.imaginemthemes.co/
Thanks
thanks !!
other thing, i have 15 sidebar but i can select only 10, how i select de others?
Hi,
Do you mean the post metaboxes?
If you can edit /rsw/functions/post-metaboxes.php
for ($sidebar_count=1; $sidebar_count <=10; $sidebar_count++ ) {
Change to
for ($sidebar_count=1; $sidebar_count <=MAX_SIDEBARS; $sidebar_count++ ) {
Great if you can register at the support forum and post it there.
Thanks
thanks, you are the best!!
Hello,
This theme works with Visual Composer? Thanks!
Hi, Sorry it has not been tested with Visual Composer and doesn’t rely on the plugin to generate the functions in the theme.
Thank you for taking interest in choosing the theme.
Hi,
Could you check by adding following to end of style.css file
.entry-content p:first-child { display:block; }
Please post to support forum if it doesn’t work so we can have a look at whats happening.
Thanks
Hi imaginem. I realise my support has recently expired but I just wanted to ask about something about Yoast and your theme:
One of the Yoast feedback comments says: We noticed in your theme’s header.php that the <title> isn’t set up correctly. This means that the page titles of your blog post isn’t optimal. Currently, your double branding your page titles. Please contact the company that made your theme to fix this. Or make sure you’re not double branding your page titles.
Does this make any sense to you? I’m not sure what they mean. Any help is greatly appreciated. =)
Hi,
Yoast requires a change in the title tag. Any chance you can register at our support forum. We can provide you the code change instructions. You can still register and post to our support forum.
http://support.imaginemthemes.co/Thanks
Hi, would you be able to update the template calling for Google Fonts through HTTPS instead of HTTP?
./functions/common-scripts.php:22: wp_enqueue_style( $sectionName, ‘http://fonts.googleapis.com/css?family='.$font_name . ’:’ . $font_variants );./functions/scripts-styles-register.php:19: wp_enqueue_style( ‘Droid_Sans’, ‘http://fonts.googleapis.com/css?family=Droid+Sans:400,700' );
./functions/scripts-styles-register.php:20: wp_enqueue_style( ‘Droid_Serif’, ‘http://fonts.googleapis.com/css?family=Droid+Serif:regular,italic' );
./functions/scripts-styles-register.php:21: wp_enqueue_style( ‘Open_Sans’, ‘http://fonts.googleapis.com/css?family=Open+Sans:400,700' );
./functions/scripts-styles-register.php:56: wp_enqueue_style( ‘Berkshire’, ‘http://fonts.googleapis.com/css?family=Berkshire+Swash' );
Hi,
Sure. Could you post this to support forum if you haven’t posted yet. We can recommend a codeset for the change.
Here’s support forum url: http://support.imaginemthemes.co/
Thanks