Search:

Type: Posts; User: mutinyzoo

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. v154 Re: Stumped - unsure what is going on with EZ-Pages

    In my case the page: MYTEMPLATE/templates/tpl_page_default.php was the conflicting one. After comfirming that EZ-Pages worked in the default theme, I removed ALL of the files from the...
  2. v154 Re: Stumped - unsure what is going on with EZ-Pages

    I stumbled upon an issue where the EZ-Pages header disappeared after upgrade from 1.5.1 to 1.5.4 and discovered that Admin -> Configuration -> EZ-Pages Settings -> EZ-Pages Display Status - HeaderBar...
  3. Replies
    13
    Views
    2,236

    v154 Re: Paypal express error

    I had the same error even after the upgrade to 1.5.4 and creating new Paypal API signature seemed to solve it.
  4. Replies
    1,864
    Views
    405,125

    Re: Westminster New

    So it uses http://adnantopal.github.io/slimmenu/ and in the above page, to add a specific link or EZ page to the top level simply add code like:


    <li class="test"><a href="<?php HTTP_SERVER ....
  5. Replies
    1,864
    Views
    405,125

    Re: Westminster New

    OK looks like maybe it's in includes/templates/westminster_new/templates/tpl_modules_mobile_categories_tabs.php.

    Will report back.
  6. Replies
    1,864
    Views
    405,125

    Re: Westminster New

    Hi Anne - I'm getting ready to search through the code again for where to insert links into the Top Nav bar and wanted to give another gentle nudge here in case someone can save me some time. Thanks.
  7. Replies
    1,864
    Views
    405,125

    Re: Westminster New

    Hi Ann and thanks for another beautiful template!

    I'm trying it out on a new site and having trouble adding a new top level link in the main nav bar. I can add it to header via EZ-page, and think...
  8. Replies
    79
    Views
    9,575

    v151 Re: Zen Magnific Support Thread - Popups

    Very much looking forward to it. Thank you!
  9. Replies
    79
    Views
    9,575

    v151 Re: Zen Magnific Support Thread - Popups

    Do you mean so that the magnific pop-up happens on those other pages?
  10. Replies
    4
    Views
    652

    v151 Re: Experience with X-Cart so far

    Yes I have also found the support to be more geared towards getting another $99 dollars (per issue!) our of the user than our of actually answering questions.

    I started with Zen Cart years ago...
  11. Replies
    4
    Views
    652

    v151 Re: Experience with X-Cart so far

    Well this is the "gold" version and there are probably some add-ons, but there are literally 250 tables in the MySQL db.
  12. Replies
    4
    Views
    652

    v151 Experience with X-Cart so far

    Hey fellow zenners,

    I have a new client who brought to me a relatively minimal web store done with X-Cart. Having been a Zen Cart user for many years and also having a little bit of experience...
  13. Replies
    79
    Views
    9,575

    v151 Re: Zen Magnific Support Thread - Popups

    I have not, but would be curious to know if there is a conflict. I would imagine not, since this doesn't use an iframe, but javascript.
  14. Replies
    79
    Views
    9,575

    v151 Re: Zen Magnific Support Thread

    Yes, DivaVocals. Please do and thank you!
  15. v150 Re: Adding Multiple Images to Custom form To be sent to Admin Email

    Inspired by above commentary from dw08gm, I've added some php code to verify acceptable extensions.

    At the moment the array of extension is just residing here in the header_php.php file. Could...
  16. v150 Re: Adding Multiple Images to Custom form To be sent to Admin Email

    I actually think that 2040kb translates to a tiny bit smaller than 2mb at least in UNIX terms. https://wiki.ubuntu.com/UnitsPolicy. Is used this converter.
  17. Replies
    79
    Views
    9,575

    v151 Re: Zen Magnific Support Thread

    Very awesome, Ray. Sounds quite thorough. Let me know if I can be of any assistance.
  18. v150 Re: Adding Multiple Images to Custom form To be sent to Admin Email

    In the updated version of the plugin I included a simple example htaccess page to include in the images/uploads directory:


    # To prevent malicious uploads, replace or add to the contents of...
  19. v150 Re: Adding Multiple Images to Custom form To be sent to Admin Email

    I'm having trouble duplicating your situation here. I was able to upload a file of 2051.55078 bytes with no error message.
    I'm going to email you and ask for the specific file you tried to send and...
  20. v150 Re: Adding Multiple Images to Custom form To be sent to Admin Email

    Hi and thanks for the feedback and testing, Dave. And thank you very much for identifying potential security issues and your suggestions.

    I got your test email and the image, though you say you...
  21. Replies
    1,159
    Views
    177,012

    v151 Re: Responsive Sheffield Blue

    I love this template, Anne! In one install I'm framing a wordpress install within ZC (the numinix method) and the <dl> tags were interfering with WP gallery. It looks like they are only being used in...
  22. Replies
    1,987
    Views
    434,883

    Re: Link Manager 3.0 Support Thread

    I'm would like Link Manager to display the list of links by category, as opposed to first displaying only the categories, then a page of the links within each category. The format I want is that for...
  23. Replies
    1,987
    Views
    434,883

    Re: Link Manager 3.0 Support Thread

    Did you ever make any headway on this, DivaVocals? It also appears that at this point one can only upload "link images" via the front end link add, and not the back end.
  24. Replies
    1,987
    Views
    434,883

    Re: Link Manager 3.0 Support Thread

    Okay seems to be working now. The MySQL statement that will not work under MySQL 5.5.x is the CREATE TABLE links statement which I beleve can be replaced with:



    DROP TABLE IF EXISTS `links`;...
  25. Replies
    1,987
    Views
    434,883

    Re: Link Manager 3.0 Support Thread

    I'm having trouble installing the SQL file because my server is still using MySQL version 5.5, which does not allow the following statement:
    CREATE TABLE links (
    `links_id` int(11) NOT NULL...
  26. Replies
    1,987
    Views
    434,883

    Re: Link Manager 3.0 release

    Also in case it wasn't clear - data that needs to be inserted into the Configuration field includes gID=XX, not just the number.
  27. Replies
    1,987
    Views
    434,883

    Re: Link Manager 3.0 release

    Thank you very much, Moksha and Diva Vocals. A potentially faster way to achieve the above quoted step is to find the id number in the database either using phpAdmin or with the following SQL...
  28. v151 Re: Default DATETIME issues with SQL install (Links Manager)

    I probably should have begun this discussion on the Links Manager support thread and will move the conversation there.
  29. v151 Re: Default DATETIME issues with SQL install (Links Manager)

    The trouble is that the SQL statement is not valid for MySQL 5.5, and the server I'm running on does not have 5.6. So
    `links_date_added` datetime NOT NULL default '0000-00-00 00:00:00' returns an...
  30. v151 Default DATETIME issues with SQL install (Links Manager)

    I am looking at Links Manager for use on a site, but am having trouble with the SQL install file, I believe in the following statement:


    CREATE TABLE rnm_links(
    `links_id` int( 11 ) NOT NULL...
  31. Replies
    1,159
    Views
    177,012

    v151 Re: Responsive Sheffield Blue

    Thank you for the insightful reply, RBarbour!. I found a link to a pretty informative explanation of best practices for CSS, which some forum readers might find useful. I love this stuff, even when...
  32. Replies
    1,159
    Views
    177,012

    v151 Re: Responsive Sheffield Blue

    Continuing a love affair with Responsive Sheffield Blue, I am attempting to implement the css_js_loader because there are so many css and js files on the site at this point and I want to reduce TTFB...
  33. Replies
    5
    Views
    1,343

    v151 Re: Reduce First Byte Time Load

    Thank you all for your input. Am I correct in the understanding that elements such as the banner slider that load AFTER the main page, are not involved in the TTFP (time to first byte)?
  34. Replies
    1,858
    Views
    527,767

    Re: Wordpress On ZC [Support Thread]

    This dialog has given me a good deal of food for thought, DivaVocals. Thank you!

    I guess the basic description of your approach would be:

    1. Two separate platforms with matching design
    2. Each...
  35. Replies
    5
    Views
    1,343

    v151 Reduce First Byte Time Load

    I'm getting a very slow first byte load time here at http://www.renaissancemaninc.com, and looking for any insight.

    I plan to get css-js-loader working after working out css conflicts, but is...
  36. Thread: JS order

    by mutinyzoo
    Replies
    4
    Views
    773

    Re: JS order

    I'm interested working with CSS JS loader also (WOW are there a lot of JS and CSS files loading) but on my server at least (linux/apache), the JS files load in alphabetical order so changing the name...
  37. v151 Re: Remove Featured Items Sidebox from Featured Items Page

    Thanks, MC12345678. The problem was simply that i was working in the wrong sideboxes folder. The tpl_featured.php file in MY_TEMPLATE only delivers what happens WITHIN the sidebox, BELOW the Sidebox...
  38. v151 Remove Featured Items Sidebox from Featured Items Page

    Seems like it should be simple enough (if not the default) but for some reason I can't find the way to prevent featured_products sidebox from displaying within the featured_products page.

    Found...
  39. Replies
    1,858
    Views
    527,767

    Re: Wordpress On ZC [Support Thread]

    Are there two distinct "header" pages, depending on whether the user is viewing blog or ZC pages?



    I'm curious what you'd recommend. I've mostly been making very simple child pages from WP...
  40. Replies
    57
    Views
    9,561

    Re: Numinix Blog Embedding Issues/Questions

    Combining WOZ sideboxes only module and/or combining it with the numinix solution.

    I recently submitted an updated version of the module, the tpl_wp_XXX pages to which are added one line that...
  41. Replies
    57
    Views
    9,561

    Re: Numinix Blog Embedding Issues/Questions

    Have been using the wonderful Numinix integration tutorial/method on a couple of blogs for years (thank you very much), but there is an issue with the Twenty Thirteen theme: PHP Warning:

    ...
  42. Replies
    1,858
    Views
    527,767

    Re: Wordpress On ZC [Support Thread]

    Nice sites.
    Are the two sites referenced above NOT embedding WP, but merely duplicating styling within each platform, then?

    The changes to the wordpress_config file are not in the sideboxes only...
  43. Replies
    1,858
    Views
    527,767

    Re: Wordpress On ZC [Support Thread]

    Also regarding the wonderful Numinix integration tutorial/method;

    I’ve been using this method on a couple of blogs for years (thank you very much), but there is an issue with the Twenty Thirteen...
  44. Replies
    1,858
    Views
    527,767

    Re: Wordpress On ZC [Support Thread]

    Possibly there should be a support thread specifically for WOZ sideboxes only module and/or combining it with the numinix solution.

    I recently submitted an updated version of the module, the...
  45. Replies
    1,159
    Views
    177,012

    v151 Re: Responsive Sheffield Blue

    I had added a header BG image to RenaissanceManInc.com:


    #headerWrapper{background:url("../images/hd.png") no-repeat scroll center top / 1200px rgba(0, 0, 0, 0);}

    needed add following for it...
  46. Replies
    79
    Views
    9,575

    v151 Re: Zen Magnific Support Thread

    that would be great.
  47. Replies
    79
    Views
    9,575

    v151 Re: Zen Magnific Support Thread

    A pleasure. I hope someone will be inspired to incorporate the many options into a MySql update so that they can be configured from the Admin. Maybe it will be me.
  48. Replies
    79
    Views
    9,575

    v151 Re: Zen Magnific Support Thread

    It does include code to work with additional images, as you can see at the RenaissanceManInc.com site. It's a responsive lightbox which fills the page with image at whatever size the page is in. I...
  49. Replies
    79
    Views
    9,575

    v151 Zen Magnific Support Thread

    I'm uploading a zen cart module for adding Magnific Pop-Up image display to Zen Cart. It can be seen in action at Renaissance Man Inc . com
  50. Replies
    841
    Views
    100,785

    Re: Sheffield Blue Template Support Thread

    As it turned out, the primary contact form was delivering plenty of SPAM. I never figured out WHY it began as soon as I implemented the new template. Does anyone know if there is a software or web...
Results 1 to 50 of 88
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR