337 comments found.
How I can remove the lock on the head ?
How I can change the color links ? I need to change the color when the mouse is over the link
Hello,
To remove the lock on the header, please edit the “header-x.php” with x is the layout that you selected from Theme Options=>Header. Search and remove this code:
<li><span class="lock-icon" /></li>
In this theme, I used text color for link color. If you want to change link color, please edit the “less/global.less”, you will see the css code for the link at the “a” tag. Change color and hover color there.
Thank you very much!
Best regards
I try to set the element last post but will not let me watch it once configured , what is the problem?
Hello,
To make the latest posts look like the one on the demo site, you have to add latest posts element from the “RoadThemes” tab. Click on the pencil icon of the row to add this extra class “latest-posts”. Also please active the “Roadthemes-helper” plugin.
Thank you for using my theme!
Best regards
I can´t see the theme options. can you help me?
Please active the “roadthemes-helper” & Redux Framework plugins to see the Theme Options link in dashboard.
Best regards
Hi,
I go to your site but I don’t see the shortcode. Please show me the shortcode that you used on that page.
Thank you for using my theme!
Best regards
Visit again and click on list view icon, please: http://www.dosiunabarcelona.com/regals/per-a-casa/
Yes, I see you added shortcode into the short description. Please edit the “woocommerce/content-product.php”. Change content of the div with class “product-desc” like this (on line 111):
<?php echo do_shortcode(get_the_excerpt()); ?>
Best regards
It works!! Thanks!!
Hi,
When I configure my wordpress theme in the French no longer works I have a white screen
and
since I’m updating the theme I have a layout worries! http://www.voslunettesdesoleil.comthank you for helping me 
Hello,
When I go to your site, I see it running properly.
If you meet any problems, please send me an email.
Thank you very much!
Best regards
I had left in English, but if I put it in French does not.
I enabled the French language to show you : http://www.voslunettesdesoleil.com/I go to your site but only the blank page is there. Please check your site.
Best regards
this is the problem I’m talking about. When I put in French there the blank page.
Please go to Dashboard=>Theme Options=>Less compiler to turn off the Less compiler plugin. If you site works, ask your server provider to increase the PHP memory. After that, turn on the Less compiler.
Best regards
Hey guys
Realy nice theme. I bought it some time ago. Now from time to time I see this: “Fatal error: Unknown: Cannot use output buffering in output buffering display handlers in Unknown on line 0”
Im using Wp Super Cache and Autoptimize.
Thanks Paul
Thanks
Hi Paul,
Please try to increase the PHP memory, you can ask your server provider to do this. It says the unknown error but I guess that the PHP memory size is the cause.
Thank you very much!
Best regards
Hey, I thought the same. I checked my server PHP settings and there is 128MB. I changed the file wp-config and htaccess but do not see the difference. The problem disappeared after switching off the plug Autoptimize. Can you recommend me another plugin for aggregating and Minimizing JS, CSS and HTML. Which will not generate errors?
Paul
Hi Paul,
I don’t have much experience in using the minimize js, css plugins so I can’t suggest you a plugin.
I think you need to check the error details to find the cause that make the error.
Best regards
Hi
Presale question – Is there anyway to feature more blog posts on the homepage? I want to add an online store to my current blog but I need to give the blogposts some prominence on homepage.
Also, how difficult is it to install and setup?
Hi,
With my theme, you can add more blog posts to the home page, unlimited. And the theme & plugins is very easy to install.
Thank you very much!
Best regards
Hi Man,
I got this very very strange and irritating thing happening to my slider revolution. I can’t seem to do almost anything, i can’t add text, i can’t save, i can’t get the css classes.. I have tried to reinstall the plugin, but that didn’t help! Please
-Mads
HI Mads,
When you can’t do anything with the Revolution Slider, the almost problem is the javascript conflict from other plugins. Please deactivate your plugins one by one to find the the plugin that make this problem.
Thank you very much!
Best regards
I don’t get it, does it come with visual composer or do you have to buy it? How do i get my license key?
Hi,
You don’t have to buy this plugin because it’s included in my theme. Delete then reinstall to get the latest version when you need.
Thank you for using my theme!
Best regards
I don’t get it, does it come with visual composer or do you have to buy it? How do i get my license key?
In Visual Composer Backend Editor, they show up like this:
https://dl.dropboxusercontent.com/u/1509743/Road/VC_Structures.png
It’s a little counter-intuitive because the woman/man pictures are in the same column structure as the other sex’s text box, but because of the CSS arrow class styling and the row structure, on a desktop screen (or tablet landscape mode), the “WOMAN//” text points to the woman picture, and the “MEN//” text points to the man picture:
https://dl.dropboxusercontent.com/u/1509743/Road/Desktop_pointing_correctly.png
However, on a Mobile portrait mode screen, the arrows and the rows go away, and the layout now has the “MEN//” text block adjacent to the woman picture, and the “WOMAN//” text block adjacent to the man picture, which seems backwards:
https://dl.dropboxusercontent.com/u/1509743/Road/Mobile_adjacent_incorrectly.png
Is that as intended, or maybe an oversight?
I will fix update theme to fix this issue on mobile.
Thank you for your information!
Best regards
I don’t know if you have my last email, but after entering about 50 project pages, it seems to regurgitate about 12 of them, over and over, without giving me any of the other projects. See what I mean at http://wordpress.paintwithpearl.com/our-customer-projects/ matt
Hi,
Could you please send me a screenshot about this. I can see your page now but I don’t see the problem with all projects.
Best regards
http://wordpress.paintwithpearl.com/our-customer-projects/
and
http://wordpress.paintwithpearl.com/our-customer-projects//page/2/
(It’s actually the same 12 rows, or 48 projects, even though there are 52 projects entered into the database.) It seems like the pagination beyond the first page isn’t working and page 2 is just the same as page 1, rather than giving a page 2 with the last 6 projects.
Yes, I can see the problem now. The problem is on my demo site, too. I think because the template for this plugin is obsolete.
I’m checking this problem and will let you know when I done.
Best regards
Hello,
Please edit the “projects/archive-projects.php”, remove code from line 46 to line 48 then save the file.
Edit the “functions.php”, add this code on line 425:
//Projects per page
add_filter( 'pre_get_posts', 'road_projects_per_page' );
function road_projects_per_page($query) {
global $road_opt;
if(isset($road_opt['portfolio_per_page'])){
switch ( $query->query_vars['post_type'] )
{
case 'project':
$query->query_vars['posts_per_page'] = $road_opt['portfolio_per_page'];
break;
default:
break;
}
}
return $query;
}
Best regards
There is, however, still a quirk in that when visiting the project pages for the first time, the pictures squash down like an accordion—but as soon as one of the tag buttons is pressed, or you leave the page and return, the images are full and square. Here’s what they look like in “accordion” style:
https://dl.dropboxusercontent.com/u/1509743/Road/PWP_Projects_Accord_pg1.png
https://dl.dropboxusercontent.com/u/1509743/Road/PWP_Projects_Accord_pg2.png
I don’t know if this is relevant, but I also see this error occasionally in the apache logs:
PHP Warning: Invalid argument supplied for foreach() in wp-content/themes/mandala/projects/content-single-project.php on line 96
Hello,
Please try to replace these files:
http://1drv.ms/1AMFWqq http://1drv.ms/1AMFZ5nThe “theme.js” file in the “js” folder and the “content-single-project.php” in the “projects” folder.
Best regards
Hi- I love the theme but I have a few questions/problems.
First, I am trying to change the color of the title on the shop page to black. My child theme changes for this particular item seem to be overwritten by another stylesheet.
Second, on that same page, I can’t seem to get the wocommerce sidebar to show.
Please advise. Thanks! -D
Hi,
To change the css for the theme, we need to edit the “global.less” file. I use the less compiler to compile the .less file into .css file (theme1.php).
To show the sidebar on shop page, please add widget to the category sidebar. Or you can import widget like guide in the documentation.
Thank you for using my theme!
Best regards
I have added about 50 projects. I created a projects page and it shows about 5 pages of projects. I cannot go to page 2 or 3 or 4 or 5 without it refreshing the first 12 projects. When I try to click on a category, it only feeds me a small number of the projects that I actually have. This issue can be seen at http://wordpress.paintwithpearl.com/our-customers-projects/ Why are only some of my projects showing up?
Hi,
Please check your URL, it’s going to the error 404 page.
Thanks for using my theme!
Best regards
Hello.
I write because i have a problem with “Latest Post”. I set all in backend page, but in frontend it does not work.
Any ideas?
Thank You for help.
Hello,
Could you send me your website URL then I can see the problem?
Thank you for using my theme!
Best regards
Sorry, i’m working in local…How do we do?
Sorry, i dont find in a product page the description and review options…and does not work the zoom…I actived all plugins and set all following your guide.
Please help me.
Please upload your site to a server then I can help you. When you running your site on local, I can’t connect to it.
Best regards
Hello, I sent an e-mail.
Thank You
I received your email. Thanks
Hello
are there news?
Thank You
Hi,
The first time I go to your site, I can see the home page. But when I click to a link, the problem is still there “The connection was reset”.
Please check your website again.
Best regards
Hello,
sorry if you had problems. I check my site and it has not problems.
Do you can re-check it?
Thank You
Hello,
I can see the home page at first time but when I go to other page, the connection reset problem is there.
Did you active the roadthemes-helper plugin?
The latest posts require this plugin to works.
Best regards
Hello,
I just installed the theme, but i have some css problems. for example, the number of items when the cart is open is missplaced. How can I fixed that?
Where can I send you a private message with the details?
Hello,
Please submit the contact form on my profile page.
Thank you for using my theme!
Best regards
Hello,
I have question – is there any way to delete cart, login and search icons from the header, BUT only in one page?
Thanks for reply!
Hi,
To achive this, we have to change the theme code to hide the cart, login, search from front-page.
Please contact me by submit the contact form on my profile page.
Thank you very much!
Best regards
ok. can You tell me is there any option to have different sliders on different pages – i checked slider template list on page setup but it doesn’t work…
We can create some of sliders, when edit your page, click on BackEnd Editor to edit with Visual Composer, we can add row then add slider into the row.
Best regards
yea i done it but even in fullwidth template, when i select row stretching there is still row-container div with max width 1200px. Is there any option to paste slider with real fullwidth?
To make the row in full width, click on pencil icon, add this extra class: full-width
Best regards
still don’t work… the vc row takes fullwidth css class but next div is row-container…
Hi,
Could you send me your website URL then I can help you?
Best regards
I Reopen this subject because I need to remove the border-bottom which is in theme1.css. Regardless of what I do, I’m not able to do it. I mean that i created a theme1.css without the border-bottom (live 998 of css/theme1.css) but it doesn’t work…any clue?
Hello,
If you want to change theme css, you can edit the “less/global.less”. Because the “theme1.css” is generated from the “less/global.less”.
Best regards
so should I have to put a .less inside my child-theme folder, right?
It doesn’t work either I edit global.less on child or main theme…can you kindly give me a solution, please?
I didn’t use the .less files in child theme yet. I think you can edit the less files in main theme then go to Theme Options=>Less Compiler to turn on the compile function.
Best regards
It doesn’t work
Please active the parent theme, refresh the front-end to generate new “theme1.css” file then go to Dashboard to active your child theme.
Best regards
i want a refund, every time i try to install some of the mandatory plugins, it fails to install. This is the worst experience i’ve ever had with a theme,
Hello,
If you can’t install theme/plugins, please send me your WordPress admin account by submit the contact form on my profile page then I can help you.
I don’t manage the payment.
Thank you very much!
Best regards
I am having a problem viewing some images on mobile devices at my site http://wordpress.paintwithpearl.com. I am not sure which setting may have changed, but it seems that it may be in my Mandala parent theme.
Hi,
Please follow the documentation on Create Content=>Pages=>Home Page to make your home page look better.
If you have any questions, please let me know.
Thank you for using my theme!
Best regards
I tracked down the mobile images problem to the pre-live, self-signed SSL. The images were getting placed into the layout as HTTPS, which failed on mobile as “ERR_INSECURE_RESPONSE” due to the SSL. I was able to change most of the images in Visual Composer, which gives me access to the underlying HTML. However, the header Logo that the theme asks for (in Theme Options|General) gets entered into the database (in the “road_opt” record of wp_options ) as HTTPS (and I don’t see a way to change that). Is there something that I’m missing that is forcing the image to HTTPS rather than the HTTP protocol of the rest of the page?
Thanks for any advice.
Hello,
If you need to change the logo URL, you can edit the “header-x.php” file with x is the header layout that you selected from Theme Options.
Best regards
<?php if( isset($road_opt['logo_main']['url']) ){ ?>
And, when I look in the database, the
['logo_main']['url'] is stored in road_opt as HTTPS:select * from wp_options where option_name LIKE "road_opt";
... | 571 | road_opt |... s:9:"logo_main";a:5:{s:3:"url";s:77:"https://wordpress.paintwithpearl.com/wp-content/uploads/2015/04/TINY-LOGO.jpg";s:2:"id";s:4:"1678";s:6:"height";s:2:"82";s:5:"width";s:3:"170";s:9:"thumbnail";s:84:"https://wordpress.paintwithpearl.com/wp-content/uploads/2015/04/TINY-LOGO-150x82.jpg";}s:10:"logo_small";a:5:{s:3:"url";s:80:"https://wordpress.paintwithpearl.com/wp-content/uploads/2015/04/PWP-LOGO-170.png";s:2:"id";s:4:"1680";s:6:"height";s:2:"82";s:5:"width";s:3:"170";s:9:"thumbnail";s:87:"https://wordpress.paintwithpearl.com/wp-content/uploads/2015/04/PWP-LOGO-170-150x82.png";}s:10:"logo_erorr";a:5:{s:3:"url";s:80:"https://wordpress.paintwithpearl.com/wp-content/uploads/2015/04/PWP-LOGO-170.png"....It seems like the media picker in Theme Options|General, where the user selects the logo images, is inserting the media URL into the database as HTTPS, which then gets pulled out by the header-x.php code also as HTTPS, and I don’t see a way to change/edit that behavior (except by doing some sort of string replace in the database field itself.)
Thanks for any advice (even if it’s some pointers to some background WordPress reading - like best practice for linking/referencing via relative/absolute/etc. URLs - I need to learn about.)
Please go to Media=>Library then click on the logo image to get logo URL. Edit the “header-x.php”, replace the “src” for the img tag for both small logo (in the div with class “small-logo”) and the main logo (in the div with class “logo”), save the file.
Please note, don’t change the database because it can make your site meet problem.
Best regards
src=...echo esc_url(str_replace("https","http",$road_opt['logo_main']['url']));It seems to work ok now on mobile with the self-signed SSL, as the logo image gets called as an HTTP, not HTTPS, link.
Thank you very much!
Everything is failing on install, its a mess.
Hi,
Please show me the problem on your site then I can help you.
Thank you for using my theme!
Best regards