Discussion on Mandala - Responsive Ecommerce WordPress Theme

Discussion on Mandala - Responsive Ecommerce WordPress Theme

Cart 488 sales
Well Documented

roadthemes supports this item

Supported

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 have a problem with shortcodes: they do not work in the list view: http://www.dosiunabarcelona.com/regals/per-a-casa/ How can I fix it? Thanks in advance!

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.com

thank you for helping me :(

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?

On the sample page “Home Shop 1”, there are a couple of pictures and text boxes (classes “arrow-left” and “arrow-right”).
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

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

Hi, with the 1.4 update, the pagination on the projects is working.

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/1AMFZ5n

The “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.

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!

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?

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.

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

Rather than hard code in the logo and break the link between database options and display, I wrapped the src retrieval in a string replace to get rid of the HTTPS that the image picker inserts into the logo option:
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

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey