papagino
Members-
Posts
141 -
Joined
-
Last visited
-
Days Won
3
papagino last won the day on October 31
papagino had the most liked content!
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
papagino's Achievements
-
Ok I created a custom.css file as shown below, however, it doesn't change the modifications for the blocktopmenu module. How to I make it work also for the blocktopmenu module? @charset "UTF-8"; /*! * Bootstrap v3.3.6 (http://getbootstrap.com) * Copyright 2011-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/bootstrap/blob/master/LICENSE) */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ a { color: #2C83B7; !important; text-decoration: none; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { color: #2C83B7; !important; } .block .title_block { color: #2C83B7; !important; font-size: 16px; line-height: 1.42857143; font-weight: 700; margin: 0 0 20px; padding: 10px 0; text-transform: uppercase; } #footer .footer-title, #footer .title_block { font-size: 16px; color: #2C83B7; !important; font-weight: 300; } .sf-menu > li > a { font-weight: 600; font-size: 16px; line-height: 22px; text-transform: lowercase; !important; color: #2C83B7; !important; display: block; padding: 10px 10px; !important; letter-spacing: 3px; } .sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li.sfHoverForce > a { background: #2C83B8; !important; border-bottom-color: #666666; color: white; !important; }
-
When viewing the page source, I see that the "/themes/niara/css/autoload/superfish-modified.css" loads before the original "/themes/niara/css/modules/blocktopmenu/css/blocktopmenu.css", so I guess you're right, since the original loads after the autoload, it override it... <link rel="stylesheet" href="/themes/niara/css/global.css" type="text/css" media="all" > <link rel="stylesheet" href="/themes/niara/css/autoload/compatibility.css" type="text/css" media="all" > <link rel="stylesheet" href="/themes/niara/css/autoload/font-raleway.css" type="text/css" media="all" > <link rel="stylesheet" href="/themes/niara/css/autoload/global.css" type="text/css" media="all" > <link rel="stylesheet" href="/themes/niara/css/autoload/superfish-modified.css" type="text/css" media="all" > <link rel="stylesheet" href="/js/jquery/plugins/fancybox/jquery.fancybox.css" type="text/css" media="all" > <link rel="stylesheet" href="/themes/niara/css/product_list.css" type="text/css" media="all" > <link rel="stylesheet" href="/themes/niara/css/category.css" type="text/css" media="all" > <link rel="stylesheet" href="/themes/niara/css/scenes.css" type="text/css" media="all" > <link rel="stylesheet" href="/themes/niara/css/modules/beesblog/views/css/beesblogstyle.css" type="text/css" media="all" > <link rel="stylesheet" href="/themes/niara/css/modules/blockcart/blockcart.css" type="text/css" media="all" > <link rel="stylesheet" href="/js/jquery/plugins/bxslider/jquery.bxslider.css" type="text/css" media="all" > <link rel="stylesheet" href="/themes/niara/css/modules/blocksocial/blocksocial.css" type="text/css" media="all" > <link rel="stylesheet" href="/themes/niara/css/modules/blockcategories/blockcategories.css" type="text/css" media="all" > <link rel="stylesheet" href="/themes/niara/css/modules/blockcurrencies/blockcurrencies.css" type="text/css" media="all" > <link rel="stylesheet" href="/themes/niara/css/modules/blocklanguages/blocklanguages.css" type="text/css" media="all" > <link rel="stylesheet" href="/themes/niara/css/modules/blocknewsletter/blocknewsletter.css" type="text/css" media="all" > <link rel="stylesheet" href="/themes/niara/css/modules/blocksearch/blocksearch.css" type="text/css" media="all" > <link rel="stylesheet" href="/js/jquery/plugins/autocomplete/jquery.autocomplete.css" type="text/css" media="all" > <link rel="stylesheet" href="/themes/niara/css/modules/blockspecials/blockspecials.css" type="text/css" media="all" > <link rel="stylesheet" href="/themes/niara/css/modules/blocktags/blocktags.css" type="text/css" media="all" > <link rel="stylesheet" href="/themes/niara/css/modules/blockuserinfo/blockuserinfo.css" type="text/css" media="all" > <link rel="stylesheet" href="/themes/niara/css/modules/blockviewed/blockviewed.css" type="text/css" media="all" > <link rel="stylesheet" href="/themes/niara/css/modules/homefeatured/homefeatured.css" type="text/css" media="all" > <link rel="stylesheet" href="/themes/niara/css/modules/blocktopmenu/css/blocktopmenu.css" type="text/css" media="all" > <link rel="stylesheet" href="/themes/niara/css/modules/blocktopmenu/css/superfish-modified.css" type="text/css" media="all"
-
Ok, I copied the modified global.css file in the directory: themes/niara/css/autoload/global.css. This seems to work , however the one for the blocktopmenu module "themes/niara/css/modules/blocktopmenu/css/superfish-modified.css" is not. Do I have to create subdirectories under the autoload directory and put the modified css in this directory? Like this: themes/niara/css/autoload/modules/blocktopmenu/css/superfish-modified.css ? Please advise... Cheers
-
papagino started following Can't access the "Custom Payment Methods" module after upgrading from TB 1.5.1 to 1.6.0, getting "500 Server Error" page instead... , How to create overrides for global.css and superfish-modified.css of the niara theme so I can change the look of the theme without changing the core files? and Under TB 1.6.0 creating a new CMS Category show PHP code in the category description in front office instead of just the text...
-
Hello wonderful people... I have modified the "themes/niara/css/global.css" and "themes/niara/css/modules/blocktopmenu/css/superfish-modified.css" files (after creating a backup of the files) of the niara theme to change the look of my shop, however this is not good practice as those modified CSS files will be overwrite on every updates. I have never create overrides before, so how do I create overrides for those two css files so they would be used by my shop without modifying the core files? This way, updating Thirtybees will not effect the look of my current shop. Cheers
-
Ok, I also noticed that on CMS Categories previously created with TB 1.5.1, when you would create CMS Block for those categories and click on the titles for the blocks, you would get the descriptions then under it would say: List of pages in (The category Names) and under would be listed links for all the CMS pages under those categories. It doesn't do this anymore, it only shows the description. Is this a change under TB 1.6?
-
I think I found a bug for the new Thirtybees 1.6.0. If you create a new CMS Category and fill in the description, the text that will show in the front office will be the PHP "source code" instead of just the text. If you look for the listings of CMS category created in the Backoffice, you will also see this under the description column as below: Here's what shows up on the front office : Can anyone replicate this? Is this a bug under TB 1.6.0? Please note that the CMS Categories that were previously created under TB 1.5.1 are displaying correctly, the problem is only with new CMS categories created under TB 1.6.0... Cheers
-
Yea, I guess it's not a good idea to do an upgrade just when it becomes available, probably better to wait a couple weeks... It is almost impossible for those guys (developer) to absolutely test everything without missing some things. The best way to contribute is to report the bugs you found so it can be looked at. Cheers
-
I actually used this module to create 2 new payment methods, one is Pay in 30 Days payment option for some of my resellers (modified Pay by Check module). The second one is "Interac Email Money Transfer", a payment option available in Canada that allows customers to pay via bank electronic money transfer... Glad I was able to contribute a bit by identifying something that was missed... Cheers
-
Hello guys, I had created a "Custom Payment Methods" under Thirtybees 1.5.1 and after upgrading to TB 1.6.0, I can no longer access the "Custom Payment Methods" module using "Modules and Services/Custom Payment Methods" in the Backoffice, instead I am getting a "500 Server Error" page. However, this Custom Payment Methods is still available in the payment options for my customers. This is the error I get from the error logs: Exception Message: Fatal Error: Declaration of AdminCustomPaymentsController::uploadImage($id, $name, $dir, $ext = false, $width = null, $height = null) must be compatible with AdminControllerCore::uploadImage($id, $name, $path, $imageExtension = false, $width = null, $height = null, $generateImageTypes = []) Location: modules/custompayments/controllers/admin/AdminCustomPayments.php line 429 Here is the line 429 in the AdminCustomPayments.php file. protected function uploadImage($id, $name, $dir, $ext = false, $width = null, $height = null) I did changed my images format from jpg to webp after the upgrade, but I don't think this is the cause. Any ideas what could cause this?
-
I just upgrade Thirtybees from 1.5.1 to 1.6 and this cause all my category images to be very small after selecting wepb format from previous jpg images. I did regenerate all thumbnails and made sure that the size set for category was like it was before (870px by 217px) as image below. I also tried deleting and re-uploading the category images to see if this would fix the problem, but it did not. What could cause this problem?