Are there any plans to incorporate a script to add meta tags to easy pages? There is one called easy pages meta tags, but I haven't got the hang of winmerge. There were a huge number of differences in my .php and those for easy pages meta tags.
Are there any plans to incorporate a script to add meta tags to easy pages? There is one called easy pages meta tags, but I haven't got the hang of winmerge. There were a huge number of differences in my .php and those for easy pages meta tags.
The easiest way I found to add meta_tags to ez-pages is by editing the meta_tags.php file in
\includes\languages\english\YOUR_TEMPLATE\
In that file there's a bit of guidance on how to do it:
PHP Code:
// EZ-Pages meta-tags. Follow this pattern for all ez-pages for which you desire custom metatags. Replace the # with ezpage id.
// If you wish to use defaults for any of the 3 items for a given page, simply do not define it.
// (ie: the Title tag is best not set, so that site-wide defaults can be used.)
// repeat pattern as necessary
define('META_TAG_DESCRIPTION_EZPAGE_#','');
define('META_TAG_KEYWORDS_EZPAGE_#','');
define('META_TAG_TITLE_EZPAGE_#', '');
Why bloat this theme with something that not all site owners need or want??? Not everyone uses EZ Pages.. If this plugin ever becomes part of core Zen Cart, that's one thing.. Until then it's easy enough to download and install this module if you need/want it.. Suggest you find a better file merging tool like Beyond Compare.. (Which is not free, but is a better merging tool IMHO than the very free WinMerge)
Personally I think that the entire meta tagging process in Zen Cart needs a MODERN overhaul.. That includes\languages\english\YOUR_TEMPLATE\meta_tags.php file is a PITA to maintain on a dynamic site. And for those pages where you have no customer entry in the meta tags file, the way that meta tags are auto populated is wrong. (keywords are no longer a relevant tag, title and description should not be the SAME on all pages, and could/should be generated using some intelligence to detect and output the correct content for the default tag values)
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
I need some help. My site is at www.zappasbirds.com/shop
I installed the addon module, Add additional pages to the more information sidebox, which DrByte just updated to work with v1.5.4
It all works but there is now a problem with the display of the links. Below is a pic of what I mean...
The only file that was overwritten durring the plugin install was...
includes/templates/westminster_new/templates/tpl_site_map_default
So it has to be somehow tied to that, but I have been up all night trying to find the right file to correct it. I am hoping someone can point me in the right direction. Thank you in advance.![]()
The template comes with the includes/modules/sideboxes/override/more_information.php file and the includes/templates/override/sideboxes/tpl_more_information.php
My guess is that you have not properly merged the files in the plugin with the files in the template package.
Thanks,
Anne
I am using this template, and when I view the site on a mobile, the sideboxes still show even though I have them set to off for min-width. I looked at the template demo, but the demo only seems to have the responsive template on the home page, so I can't tell what it is supposed to do on other pages. Am I misunderstanding what the setting to turn off sideboxes @ min-width is for? Is there a way to turn off the sideboxes on mobile devices? Thanks!
Danielle
The template demo shows all pages of the zen cart. If you want to view the responsive design using a desktop and an emulator you need to use these urls after you go to the demo and switch to the template you want to view:
Tablets:
http://www.zenlyzen.com/responsive-z..._mode=isTablet
Phones:
http://www.zenlyzen.com/responsive-z..._mode=isMobile
You need to set the sideboxes to off for @min-width to not show them on portrait tablets and landscape and portrait phones. If you post a link to your site I can take a look.
Thanks,
Anne
Bookmarks