380 comments found.
Hello! Is possible to change colour of footer’s background? Thanks
One more question: i need to add only the “Counters & bars” in a page, how can i do it? Many thanks!
You can change the footer background color by adding custom CSS.
Open Appearance / Themes / Customize. You’ll see Additional CSS tab.
You can add shortcodes via WPBakery Page Builder to other pages. Royal theme shortcodes are under Royal Elements.
Ok, thanks, and to add “Counters & bars” oh home page?
You can add them wherever you want!
Hello, is there anyway of copying any of the portfolio pages? most of our content will be Vimeo based so being able to copy “Project Style 3” and populating it with our own data for the different videos we have would be great.
Thank you
You can do it as you want.
but can i duplicate a portfolio page?
Yes. You can copy all content of a portfolio page.
Please could you tell me how to do this?
Click on Classic Mode. Then, click Text. You can copy the content.
On the new page repeat them. Copy HTML code. And, click on Backend Editor.
Thank you
Nop.
Hello, is there any way of making it so when a portfolio post is hovered over the text that is displayed is the name of the project, instead of what category its in.
You need to change it from Royal Theme Features plugin. Open wp-content/plugins/royal/shortcodes/class.shortcodes.php. Go to line 1383:
<div class="details">' . esc_html( $category ) . '</div>
Replace it with:
<div class="details">' . esc_html( $title ) . '</div>
Hello, I’m having to delete my cache on google chrome constantly every change i make just to see the changes im making to my site, is there something im doing wrong here?
It’s your browser related. You can refresh the page 2-3 times instead clearing cache.
Hello, how would i go about being able to add more team members and more clients in those two sections, would it be possible to have them automatically scrolling along, or to have left and right icons either side of those sections to be able to cycle through to view more clients or more staff members ?
You can add/remove clients & team members via “Our Clients” and “Our Team” sections in wp-admin panel on the left side.
I’m meaning to add more than the 3 team members that the site displays, is there anyway of making the site display more than just 3 people
Yes. You just need to change “Column” size and “Limit” via Visual Composer.
For example:
Column: 1/4 Limit: 4 CSS Class: col-sm-3 col-xs-6
These values makes the Team section available to show 4 members.
where would i find visual composer within the word press control panel? I’ve installed all the plugins listed in your support page.
and if i didn’t use visual composer is there any other way i can do this
You can change them by shortcodes or by editing “royal” plugin settings by PHP coding.
Hello, where can i find how to change the twitter feed image of the typewriter to our own custom image
Open “Twitter Feed” page. Enable “Backend Editor”. You’ll see “Icon” named item. You can remove it and put a custom image. Click on ”+” icon and select “Single Image”.
this is the code i can see which section do i change?
icon_fontawesome="fa fa-twitter" color="white" size="xl" align="center"]vc_empty_space height="30px" el_class="icon large"vc_column width="2/3" el_class="col-md-offset-2 text-center"/vc_column
do you have any other way of contacting yourselves as this comment box wont let me paste the entire code i can see
Then, open Twitter Feed page. Enable Backend Editor.
The page will be as this screenshot: https://postimg.org/image/u221oz2u5/this only seems to let me change the twitter bird logo not the actual image of the typewriter
Open Site Sections from the left menu. Select Twitter Feed. You can change the background image there.
Brilliant, thank you very much. is there anyway of moving the video up on our parralax section, the video has black bars at the top. please see here http://christmas.cassproductions.co.uk/
Please, upload a new video to Youtube without black edges (16:9 format or another to fit video height). Video bg gets the actual video from Youtube.
Good Morning, i was wondering is there anyway to change the play button logo on the video at the top of the page to an audio logo?
Sorry! It comes automatically by the video player plugin.
is there no way of changing it within the code of the website at all ?
also any changes im making within “royal” – “Map options” are changing at all ive refreshed and checked its saved my changes which it has and then refreshed the page multiple times but no changes occur even though settings are changed within the section
Sorry! I looked the theme again. You can change it by opening royal/templates/front-video.php. Go to line 22 and replace:
fa-playWith:
fa-volume-upOr, another icon listed here: https://fontawesome.com/icons?d=gallery
okay great thank you, in which section would i find this?
got it thank you very much
Nop.
Hello ! Hello !
I just bought and installed your theme, but when I want to activate the necessary plug-in: Royal Theme Features, it tells me an error message:
Parse error: syntax error, unexpected T_FUNCTION in /home/site4063/web/www/wp-content/plugins/royal/shortcodes/class.shortcodes.php on line 2417
Can you tell me what to do to fix the problem?
Good day to you : )
Please, install all required plugins. (WP Bakery Page Builder)
Go to “Appearance / Install Plugins”
It is already installed, but the error message still appears
Activate WP Bakery plugin please!
It is activated : http://files.tf/7F6K2A ; )
Can you write your wp-admin login info as private message?
Hi Royal,
I’ve installed the theme, set up the website and it’s working great.
I am trying to change something in the Portfolio. I have commented out the “All” line from line 1317 like you suggested in a previous post to remove the ALL category. The problem is it still shows ALL of the portfolio posts.
Is there anyway I can just show the posts from the first category that appears instead of ALL the posts? Then when they click each category it will pop up each of the posts. I never want to see all of the categories together.
Thanks for any help you can give!
You can write queries via “Terms” field in “Portfolio Settings” via Visual Composer. You can write portfolio category slug.
Thanks for the help. I found the section. I tried to fix it but it only shows the posts for the first portfolio category slug now and nothing for the second filter.
I only have two portfolio category slugs. ‘film’ and ‘dev’ – any way you could let me know what the query would look like to put in the “Terms” section?
Thanks again!
Open wp-content/themes/royal/layout/js/main.js.
Go to line 668. You’ll see the following code:
jQuery('.portfolio-items').isotope({
itemSelector:'.portfolio-item',
layoutMode:'fitRows'
});
Replace it with:
jQuery('.portfolio-items').isotope({
itemSelector:'.portfolio-item',
layoutMode:'fitRows',
filter:'.CATEGORY_SLUG'
});
Write your desired portfolio category slug instead of CATEGORY_SLUG. (Don’t remove dot in front of it!)
Also, please rate my item from “Downloads”.
Thank you for the coding help. I changed it over and put the desired category slug in the code, but it did not work. Any reason why it’s not working?
Also, rated the theme 5 stars! Everything about it’s great! If I can fix the portfolio to just show my ‘film’ slug on the page, then I’ll be ecstatic!
Please, filter it like that:
filter:'.filter-CATEGORY_SLUG'
Amazing! It worked. Thanks so much! 5 Stars for sure!!
Thanks!
Hello! In home now i see these sections: “About Royal theme”, “Do you have any ideas?”, “Recent projects”, ecc. How can i decide to hide these sections? Thanks.
You can add-remove or change order of sections via “Site Sections” on wp-admin panel.
Hi, i’ve got an question about building my website.
I dont know how to opload the background, because everytime i upload a picture nothing seems to happen.
Can you please help me with the header short said
Bye.
Add a new page by selecting its Template as “Front Page”. After saving it, you’ll see background image-video uploading types.
I am using your Royal parallax theme. I just noticed that in responsive mode on my phone the images do not render. They are blown up and blurry. Do you have a solution for that?
Thanks Michael
Here is a link to the site I use the theme: http://www.benchmarkhr.com/
Please, upload high resolution images.
I checked your demo on my iphone and you have the same issue. Because you use background images when the site is rendered on a mobile device the image stretches to the size of the device. Background images do not work properly on mobile. Let me know if you have a workaround.
I did change the images to high resolution. No change.
Bg images resizes according to the device size and it’s a plugin named backstretch. There is nothing to do.
Hello! I need a page with a video in background, is it possible? If yes, how? Thanks!
You can add header video bg for homepage only. But, you can add video via Visual Composer, too.
Click on “Edit this row” which is a pencil icon. Then, select “Use video background?”.
Great theme. Question, I’ve read through the comments in regards to the Contact Form not working and don’t have a working solution yet. I’ve filled in the theme setting for email with my email then went back to the form to submit it and nothing happens at all. Not even an error message. I expected it to take me to a Thank You page but instead I’m left clicking the button. I see it’s an AJAX action, is there something I’m missing?
Please advise. Thank you.
Can you send me a test url or debug the page in the browser?
Also, check if PHP version 5.x. Because, PHP 7 sometimes generates strange errors.
Ok… i sent it PM to you.
I also set PHP to 5.6 and turned on WP_DEBUG to true… still nothing. Now it’s back to PHP 7.1
Found something when I execute only the ajax call…
Undefined index: action in /home/<website>/wp-content/plugins/royal/inc/ajax.php on line 8 {status“}
Now I’m seeing this about google maps…
js?key&ver=4.9.1:38 Google Maps API error: MissingKeyMapError https://developers.google.com/maps/documentation/javascript/error-messages#missing-key-map-error
Please, get a Google Maps API key and write it to theme options.
I did and got rid of that message. Contact form is still not executing. I don’t see any errors though.
I don’t see an action field being passed through to ajax in the contact form HTML.
Notice: Undefined index: action in /home/myqiadm/collegesprint.com/wp-content/plugins/royal/inc/ajax.php on line 8 {status“}
Notice: Undefined index: action in /home/myqiadm/collegesprint.com/wp-content/plugins/royal/inc/ajax.php on line 8 { “status” : “error” , “error” : “action” }
Open royal/layout/js.main.js. Go to line 966. You’ll see:
if (jQuery('#contact').length===0) {
Replace it with:
if (jQuery('#royal-contact-form').length===0) {
I’ll update theme files asap, too. You can download and re-install theme if you don’t know how to modify JS files.
It’s still not submitting. It appears to only submit when the Contact Form is on the home page. I moved it there and it submitted. Moved it back to its own page and it did nothing again. Is it designed only to work on HOME?
Please, replace the layout/js/main.js file as I wrote.
I did. I said it’s still not working.
Ok… my mistake. It appears the cache was not cleared. Once cleared it worked fine. Thank you.
Please, clear cache. I tested it on your site. It works properly. But, please, download the latest files and re-install the Royal plugin via royal/plugins/royal.zip.
Because, the success message comes hidden.
Oh I see… thank you very much for your support. Superb theme for WP.
Thanks! Please, rate my theme on your “Downloads” section.
Whoops… forgot to check if email received… I haven’t seen my test emails.
If you wrote your own email address in “Royal / Contact Section” it should work. I tested it on my demo site, it sent the mail properly.
email in WP wasn’t set up… lol… ok all working… THANK YOU!
Nop.
Hi, again I’m contacting with for to resolve bugs. My contact form dont work, my google maps dont work… what’s happening? I verified everything and is correctly configured!
You need to get and write Google Maps API Key. And also, write your own email address to theme options panel.
I did this everything! I don’t to see errors or other messages. Nothing happens!
The map I solved, but the contact form… nothing!
There’s an issue in the contact form area. I fixed and updated files. Please, download and re-install theme.
Or, open royal/layout/js.main.js. Go to line 966. You’ll see:
if (jQuery('#contact').length===0) {
Replace it with:
if (jQuery('#royal-contact-form').length===0) {
Ok! I did! The Ajax is solved, but still exist a problem with send. It’s Showing error message in the button. What can be?
Ah! Other Thing… Where I change the placeholder fields forms. I Don’t found this template!
Open wp-content/plugins/royal/shortcodes/class.shortcodes.php.
Go to line 480. You’ll see contact form codes.
Is it possible to remove the All filter in the portfolio section?
And there is an problem with loading the page. I had 2 logo’s on top. One in the scroll menu and one on the site (the right one). When i start scrolling, the logo on the top menu dissapears.
Open wp-content/plugins/royal/shortcodes/class.shortcodes.php. Go to line 1317 and comment out this code:
$filters_html = '<a href="#" data-filter="*" class="active">' . esc_html__( 'All', 'royal' ) . '</a>';
You need to upload all logos in theme panel to see only one logo.
Hi guys! I have a problem with Visual Composer. It don’t work correct. It dont show me the visual components in the backend. What’s happened?
Those’s the access data
www.mktodo.com.br/wp-admin login:mktodo password: MkToDo001
I can’t login to your site. But, you should follow steps written there:
https://themeforest.net/item/royal-responsive-one-page-parallax-wordpress-theme/19560027/faqs/29786Did not solve the problem
You need to install it by yourself. Sorry!
I have already installed and is not working the backend … The imported content that mounts the pages are appearing correctly in the frontend but in the edition in the backend they do not appear. How do I send a printscreen to you?
You can mail to athenastudio87@hotmail.com
Thanks
I sended
I saw the screenshot. I think, the sample content couldn’t be installed. Please, make a fresh installation.
Hi guys! I have a problema with Visual Composer. It don’t work correct. It dont show me the visual components in the backend. What’s happene?
Did not solve the problem 
You need to install it by yourself. Sorry!
Hello! The theme requires a specific dimension of the video background?
No. You can select Video Background from Site Sections.
Hello! I can’t quite get our logo to both fit within the header on a phone, and look super sharp and clear. It seems as if Royal does not responsively resize the logo to fit the screen, leaving me to have to create a logo that is 170×35px across which in turn looks unacceptably blurry on my iPhone.
Is there something that I’m missing here? www.ardentvibe.com/mobile
P.S. This is going to be a mobile only version of our website.
Did you upload “Upload Dark Logo (2X)” and “Upload Light Logo (2X)” for retina displays?
Good day. I just wanted to ask a few things:
1. Is it possible to show title of the image on image slider in portfolio? or could you guide me on how to do it?
2. The image slider in portfolio is not image responsive when I put two image with different sizes it overlaps with another section and the arrows are not responsive.
Thanks.
You need to change it from Royal Theme Features plugin. Open wp-content/plugins/royal/shortcodes/class.shortcodes.php. Go to line 1383:
<div class="details">' . esc_html( $category ) . '</div>
Replace it with:
<div class="details">' . esc_html( $title ) . '</div>
All image in portfolio should be in the same size.
Hello, i tried to insert a link on subfooter but it doesn’t work. Can i email you the screenshot? Thanks.
I had to add the following code for theme approval which removes HTML tags from the footer (footer.php – line 37):
do_shortcode( esc_html( $royalConfig['footer-text'] ) )
Please, edit it like that in wp-admin editor:
$royalConfig['footer-text']
Done! Thanks! Now, i have to set double language, how can i do it?
You need to install WPML plugins or create a .po file as written in royal/languages/readme.txt.
Your template is compatible with qTranslate X?
I used WPML plugins only. But, it should work.
Thanks for all support. I have to modify the “contact-form-area”, where i can do it?
Open wp-content/plugins/royal/shortcodes/class.shortcodes.php. Go to line 477. You’ll see contact form codes.
Contact form codes is at line 953. However, can i translate “Name” in “Nome” here: esc_attr__( ‘Name’, ‘royal’ )
You can do it by adding your own language file to “languages” folder where there’s a readme file which includes information of how to do it.
Ok, i read. Then translation i have to replace file royal.pot with my files in my own languages, in database, right? Many thanks!
It translates the plugin/theme texts. In order to translate posts/pages you need to use a plugin.
Hello, how can i change the distance Logo an Navigation from the top? See http://bluetenkorn.de/. Thank you
You need to add both light and dark versions of your logo via theme options.
I have the problem by responsive, that the Logo and Menu over Text goes. So if i can change the distance from the top in 10 px would be perfekt. I loaded both versions but there is not working. Thank you
Please, change header mode to Sticky. Then, you can add custom CSS via wp-admin. Apperance / Themes / Royal and Customize. You’ll see Additional CSS section.