I have no idea what you could be doing incorrectly. You do need to change the name of that folder to your secret zen cart admin name.
Thanks,
Anne
Printable View
I have seemed to have broken my share and connect on a site I am building. Now I have changed it back to the default code and it still wont work. not sure what is going wrong with it. Instead of the buttons I see the code.
www.thebarreldepot.com
<a href="https://www.facebook.com/Custom.Zen.Cart.Design" target="_blank"><i class="fa fa-facebook"></i></a><a href="https://twitter.com/picaflorazul" target="_blank"><i class="fa fa-twitter"></i></a><a href="http://www.pinterest.com/picaflorazul" target="_blank"><i class="fa fa-pinterest"></i></a><a href="https://www.youtube.com/user/ZenCartEasyHelp" target="_blank"><i class="fa fa-youtube"></i></a><a href="" target="_blank"><i class="fa fa-instagram"></i></a>
Nevermind. I saw the post on the page before and inserted it into the DB.
For those that have this same issue.
Open up phpmyadmin
find your db
go to zenyq_flexiblefooter_menu
select the db
on the right side scroll all the way to the bottom its the blank one right under share and connect
click edit
paste the html in the col_html_text
In the file
includes/templates/westminster_new/templates/tpl_modules_mobile_categories_tabs.php the line
causes an error on SSL/TLS enabled sites (broken lock, insecure items).Code:<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js" type="text/javascript"></script>
To remedy this simply change that line to
This has already been discussed in the support threads of other templates but thought I mention it here again.Code:<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js" type="text/javascript"></script>
I have created a generic item that can be used for any occasion.
The issue is how to list all the attributes/options so they are grouped by event type but at the same time not to be grouped for regular items
example:
Wedding Date
Couples Names
--------------
Wedding Shower Date
Bride's Name
----------------
Baby Shower Date
Mom/Parents Name
Baby's Name
----------------
etc...
I have items with many options, this causes the product description to start at the end of the list of options which places it way down the page.
What can change to I move the Product Description right under the image?
Or the other solution would be to move the options directly below the product description below instead of to the right.
THanks!
Hi,
i have zc version 1.55a installed and using this template. I would like to have 5 columns instead of the default 3 and I have updated it on the config. under all listing and under config. maximum. I have also reduced the image sizes down as I thought this might help but it does not for the 5 products in a row. Am I missing something?
Hi!
I'm looking to have my ezpages listed on the side box and to be able to turn them off or on from ezpages menu under side box option.
I want them to be different from useful links in the header menu. I want them all in header, but only few in sidebox.
Turning them on/off under sidebox doesn't really turn them off. They still appear all in the sidebox.
Is it a bug, or I have to do it other-ways?