Jump to content

devilish

Member
  • Posts

    24
  • Joined

  • Last visited

Everything posted by devilish

  1. Hi again, I'm wanting to adjust in the main category, sub category image size as per these photo's. wanting the image to be around the size of the featured products one The test2 sub-cat is too small I changed these values to this which didn't make difference. one again help appreciated.
  2. Fantastic that did the trick, thanks for all your help it's much appreciated
  3. ideally my intent is to combine categories and documents onto the main bar menu. the store policies link will have all the website policies on the one page. contact link will stay in bar. menu bar will be structured with main categories then have sub categories on the main categories page which will remove the need for a drop down menu in the main bar. it's what i'm trying to achieve with your help thanks
  4. Attached is the theme just downloaded from my server /public_html/skins/galaxyx, I'll delete this file as soon as you reply to this post.
  5. Just created test category document then used the URL from the test category that I created in the category section of the admin test-category.html -------------------------------------------------------------------------------------------------------------------------------------------------------------- here's the admin login details, I'll delete this info as soon as you reply to this post.
  6. Thanks, just to let know, I backed up all the changes we made to the Galaxy theme and have it on file, Note: this current site is a new installation with data based tables dropped, The Galaxy theme was reinstall with a fresh original copy. I them over write the /public_html/skins/galaxyx/css files with my saved one's. the only other file changed was element.social.php Hope this helps
  7. Yes downloaded from server /public_html/skins/galaxyx/templates. this maybe the cause. I came up with a workaround regarding this topic you help me out with. I'm adding categories to the document bar via documents. It fixes this issue we were having, I e-mailed the skin's publisher and have had no reply, this is why used this method. Fixed
  8. for box.documents.php {* * CubeCart v6 * ======================================== * CubeCart is a registered trade mark of CubeCart Limited * Copyright CubeCart Limited 2015. All rights reserved. * UK Private Limited Company No. 5323904 * ======================================== * Web: http://www.cubecart.com * Email: [email protected] * License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html *} <div id="box-documents"> <nav> <ul class="main-menu"> <li><a href="{$STORE_URL}" title="{$LANG.common.home}"><i class="fa fa-home"></i></a></li> {if isset($DOCUMENTS) && count($DOCUMENTS) > 0} {foreach from=$DOCUMENTS item=document} <li><a href="{$document.doc_url}" title="{$document.doc_name}" {if $document.doc_url_openin}target="_blank"{/if}>{$document.doc_name}</a></li> {/foreach} {/if} {if isset($CONTACT_URL)} <li><a href="{$CONTACT_URL}" title="{$LANG.documents.document_contact}">{$LANG.documents.document_contact}</a></li> {/if} {foreach from=$DOCUMENTS_LIST_HOOKS item=list_item} <li><a href="{$list_item.href}" title="{$list_item.title}">{$list_item.title}</a></li> {/foreach} <div class="clear"></div> </ul> </nav> </div> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- for box.navigation.php {* * CubeCart v6 * ======================================== * CubeCart is a registered trade mark of CubeCart Limited * Copyright CubeCart Limited 2015. All rights reserved. * UK Private Limited Company No. 5323904 * ======================================== * Web: http://www.cubecart.com * Email: [email protected] * License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html *} {if $CATEGORIES} {$CATEGORIES} {else} <h3><i class="fa fa-ellipsis-h"></i> {$LANG.navigation.title}</h3> <div class="panel navigation"> <ul> {$NAVIGATION_TREE} {if $CTRL_CERTIFICATES && !$CATALOGUE_MODE} <li><a href="{$STORE_URL}/gift-certificates.html" title="{$LANG.navigation.giftcerts}">{$LANG.navigation.giftcerts}</a></li> {/if} {if $CTRL_SALE} <li><a href="{$STORE_URL}/sale-items.html" title="{$LANG.navigation.saleitems}">{$LANG.navigation.saleitems}</a></li> {/if} </ul> </div> {/if} ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- for element.navigation_tree.php {* * CubeCart v6 * ======================================== * CubeCart is a registered trade mark of CubeCart Limited * Copyright CubeCart Limited 2015. All rights reserved. * UK Private Limited Company No. 5323904 * ======================================== * Web: http://www.cubecart.com * Email: [email protected] * License: GPL-3.0 https://www.gnu.org/licenses/quick-guide-gplv3.html *} <li class="has-dropdown"> <a href="{$BRANCH.url}" title="{$BRANCH.name}">{$BRANCH.name}</a> {if isset($BRANCH.children)} <ul class="dropdown"> <li><h3 class="branch-name">{$BRANCH.name}</h3></li> {$BRANCH.children} </ul> {/if} </li>
  9. Thanks for the fast reply, sorry for dumb question, which file should I edit and what should I add? seo.class.php
  10. Hi, I'm getting a 404 - Page Not Found error when via this link https://wickedstuff.co.nz/test-category/test-category.html to create it go to Test Category then to Test2 then Electronics Air-Fi and finally go back Test Category in the main menu. here's my error log. Your help will be much appreciated. 09 Nov 2017, 19:11 File: [seo.class.php] Line: [662] "UPDATE `CCCubeCart_seo_urls` SET `type` = 'doc',`item_id` = '2',`path` = 'test-category',`custom` = '1' WHERE CCCubeCart_seo_urls.id = '18';" - Duplicate entry 'test-category' for key 'PRIMARY' 09 Nov 2017, 19:10 File: [seo.class.php] Line: [662] "UPDATE `CCCubeCart_seo_urls` SET `type` = 'doc',`item_id` = '2',`path` = 'test-category',`custom` = '1' WHERE CCCubeCart_seo_urls.id = '18';" - Duplicate entry 'test-category' for key 'PRIMARY' 09 Nov 2017, 19:08 File: [seo.class.php] Line: [662] "UPDATE `CCCubeCart_seo_urls` SET `type` = 'doc',`item_id` = '2',`path` = 'test-category',`custom` = '1' WHERE CCCubeCart_seo_urls.id = '18';" - Duplicate entry 'test-category' for key 'PRIMARY' 09 Nov 2017, 19:06 File: [seo.class.php] Line: [662] "UPDATE `CCCubeCart_seo_urls` SET `type` = 'doc',`item_id` = '2',`path` = 'test-category',`custom` = '1' WHERE CCCubeCart_seo_urls.id = '10';" - Duplicate entry 'test-category' for key 'PRIMARY' 09 Nov 2017, 19:05 File: [seo.class.php] Line: [662] "UPDATE `CCCubeCart_seo_urls` SET `type` = 'doc',`item_id` = '2',`path` = 'test-category',`custom` = '1' WHERE CCCubeCart_seo_urls.id = '10';" - Duplicate entry 'test-category' for key 'PRIMARY' 09 Nov 2017, 19:01 File: [seo.class.php] Line: [662] "UPDATE `CCCubeCart_seo_urls` SET `type` = 'doc',`item_id` = '2',`path` = 'test-category',`custom` = '1' WHERE CCCubeCart_seo_urls.id = '10';" - Duplicate entry 'test-category' for key 'PRIMARY' 09 Nov 2017, 18:59 File: [seo.class.php] Line: [662] "UPDATE `CCCubeCart_seo_urls` SET `type` = 'doc',`item_id` = '2',`path` = 'test-category',`custom` = '1' WHERE CCCubeCart_seo_urls.id = '10';" - Duplicate entry 'test-category' for key 'PRIMARY' 09 Nov 2017, 08:01 File: [seo.class.php] Line: [666] "INSERT INTO `CCCubeCart_seo_urls` (`type`,`item_id`,`path`,`custom`) VALUES ('prod','1','test-category/test-product','0');" - Duplicate entry 'test-category/test-product' for key 'PRIMARY' 09 Nov 2017, 08:01 File: [seo.class.php] Line: [666] "INSERT INTO `CCCubeCart_seo_urls` (`type`,`item_id`,`path`,`custom`) VALUES ('saleitems','','sale-items','0');" - Duplicate entry 'sale-items' for key 'PRIMARY' 09 Nov 2017, 08:01 File: [seo.class.php] Line: [666] "INSERT INTO `CCCubeCart_seo_urls` (`type`,`item_id`,`path`,`custom`) VALUES ('prod','1','test-category/test-product','0');" - Duplicate entry 'test-category/test-product' for key 'PRIMARY' 09 Nov 2017, 08:01 File: [seo.class.php] Line: [666] "INSERT INTO `CCCubeCart_seo_urls` (`type`,`item_id`,`path`,`custom`) VALUES ('prod','1','test-category/test-product','0');" - Duplicate entry 'test-category/test-product' for key 'PRIMARY'
  11. I'll try, there's quite a waiting time for skin's publisher to reply thanks
  12. Thank for all your help, I looked at the javascript file and I'm at a complete lost. I've uploaded a copy of the my current galaxyx theme with all the mod's so far, deleted it after you have a look at the files. once again your help is really appreciated.
  13. that did the trick thanks. I'll have to donate a beer or coffee for being so helpful. To be a real pain, is there a work around to remove doc's from the drop down menu and have the categories showing instead? this menu is responsive and show when using a Iphone Samsung phones. in the image you see the categories loading up behind documents. Responsive menu photo below
  14. That work great thank you. just one more thing how would I go about removing ...Shop By Category Your help has been much appreciated Cheers That work great thank you. just one more thing how would I go about removing ...Shop By Category Your help has been much appreciated Cheers
  15. Hi all, Could someone please help me sort this menu out or point me in the right direction. I'm using the Galaxy theme, I've moved the doc's menu from the top of the theme to the footer, with no issues. The trouble I'm having now is that I want to have the categories as the top main menu. If you take a look a the website https://wickedstuff.co.nz/ you can see what I mean. I don't know which file/files I need to edit to render a normal menu style. here's the code I change to achieve where the themes at now. </div><!-- Header : End --> <div class="grid"> <div class="col-1-1"> <div class="content"> {include file='templates/box.navigation.php'} </div> </div> </div> <div class="grid"> <div class="col-1-1"> <div class="content main"> <div class="col-9-12"> <div class="content main-body"> {include file='templates/box.errors.php'} {include file='templates/box.progress.php'} {$PAGE_CONTENT} </div> </div> <div class="col-3-12"> <div class="content sidebar"> {include file='templates/box.featured.php'} {include file='templates/box.popular.php'} {include file='templates/box.sale_items.php'} {include file='templates/box.language.php'} {include file='templates/box.skins.php'} </div> </div> <div class="clear"></div> </div> <div class="col-1-1 footer"> <!-- The Docs content moved to here. --> <!-- <div class="grid"> <div class="col-1-1"> --> <div class="content"> {include file='templates/box.documents.php'} </div> <!-- </div> </div> --> <div class="content"> <div class="col-6-12"> {include file='templates/box.newsletter.php'} </div> <div class="col-6-12"> {$SOCIAL_LIST} </div> <div class="clear"></div> </div> </div> </div> <div class="copyright"> any help would be very much appreciated. Cheers Peter
  16. Thanks for the info, I'm slowly working out cubecarts structure. I've contacted the theme developer he's going help out with the css. Cheers
  17. Help please, I purchased the galaxyx theme, I've been doing some customizing, here's the link http://devilish.co.nz/ I'm trying to move the document menu to the footer and have categories to show in the main menu I tried commenting out {include file='templates/box.documents.php'} and replacing it with {include file='templates/box.navigation.php'} but it displays the top menu as it looks in the sidebar. </div><!-- Header : End --> <div class="grid"> <div class="col-1-1"> <div class="content"> {include file='templates/box.navigation.php'} </div> </div> </div> I will remove the {include file='templates/box.navigation.php'} from the <div class="content sidebar"> as I don't want it there. <div class="col-3-12"> <div class="content sidebar"> {include file='templates/box.navigation.php'} {include file='templates/box.featured.php'} {include file='templates/box.popular.php'} {include file='templates/box.sale_items.php'} {include file='templates/box.language.php'} {include file='templates/box.skins.php'} </div> </div> Any help will be much appreciated
  18. Thanks for the advice dirty butter. I ended up buying the galaxyx theme. I'll need advice for a couple of changes, I'll start another tread to keep things searchable for others. Cheers
  19. Hi all, Great to see cubecart is now open sourced although paid for it a number of years ago. I'm wanting help with customizing my footer.. Vision v6, devilish.co.nz I removed the follow us social area and the mailing list from the footer, I need help to remove the TEXT "information" and make the links go across the page. Your help will be much appreciated
×
×
  • Create New...