bababoom
Forum Replies Created
-
Hello!
1) It’s not a problem anymore since I remove the plain overlay during the search so we don’t see it anymore.
3) It’s ok then, I’ll leave it that way.
My main issue is still the 15px shifting on the left while the search is going on, I thought it worked but nope. It’s because when searching, woof adds 3 style css :
position: relative;
overflow: hidden;
margin-right 15px;Is it possible to remove the margin-right?
Updates:
1 – The little “1” number that appears while searching is just on Safari, Chrome & FF are ok.
2- I achieved to make it fixed for Chrome & Firefox by adding this:
.woof_search_is_going {margin-right: 0 !important;}
but it still shift from 15 pixels on the left on Safari..3- I managed to add the svg I wanted but it still displays the default one on Firefox, Chrome & Safari are ok.
Best!
SimonHere is the shop url: http://ftstp.com/shop
Filter is active on the releases & tracks categories 🙂
- This reply was modified 8 years, 3 months ago by bababoom.
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Operator OR & AND don’t work as expectedMy mistake, I had another Ajax filter in a hided widget I didn’t know..
🙂
All’s working fine!
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Compatibility issue with Multi-step checkout pluginHi Stan, the issue was caused by a wrong coded plugin for autocomplete address..
Now all is working fine!
Thanks for your time 🙂
BestIt’s ok now! It was a conflict issue with a wrong coded autocomplete address for the checkout..
Thank you for your time 🙂
BestThanks a lot for your help Gioni 🙂
Have a great one!Indeed! Thanks!
After being attacked I’ve allowed only primary SQL command by security and I didn’t search to interpret those errors.. Sorry for that.
Since then, I repaired the tables and now I only have those minor errors (a lot less):
Array ( [0] => Array ( [0] => Can't DROP 'begin_end'; check that column/key exists [1] => ALTER TABLE cerber_acl DROP INDEX begin_end ) )Here are the minor DB errors detected after repairing the tables:
Array ( [0] => Array ( [0] => ALTER command denied to user 'f4tst3pr3c0r_aD7Z6z512cZqkf'@'localhost' for table 'cerber_log' [1] => ALTER TABLE cerber_log CHANGE stamp stamp DECIMAL(14,4) NOT NULL ) [1] => Array ( [0] => ALTER command denied to user 'f4tst3pr3c0r_aD7Z6z512cZqkf'@'localhost' for table 'cerber_log' [1] => ALTER TABLE cerber_log ADD ip_long BIGINT UNSIGNED NOT NULL DEFAULT "0" COMMENT "IPv4 long" AFTER ip, ADD INDEX (ip_long) ) [2] => Array ( [0] => ALTER command denied to user 'f4tst3pr3c0r_aD7Z6z512cZqkf'@'localhost' for table 'cerber_acl' [1] => ALTER TABLE cerber_acl ADD ip_long_begin BIGINT UNSIGNED NOT NULL DEFAULT '0' COMMENT 'IPv4 range begin' AFTER ip, ADD ip_long_end BIGINT UNSIGNED NOT NULL DEFAULT '0' COMMENT 'IPv4 range end' AFTER ip_long_begin ) [3] => Array ( [0] => ALTER command denied to user 'f4tst3pr3c0r_aD7Z6z512cZqkf'@'localhost' for table 'cerber_acl' [1] => ALTER TABLE cerber_acl ADD UNIQUE ip_begin_end (ip, ip_long_begin, ip_long_end) ) [4] => Array ( [0] => ALTER command denied to user 'f4tst3pr3c0r_aD7Z6z512cZqkf'@'localhost' for table 'cerber_acl' [1] => ALTER TABLE cerber_acl DROP INDEX ip ) [5] => Array ( [0] => ALTER command denied to user 'f4tst3pr3c0r_aD7Z6z512cZqkf'@'localhost' for table 'cerber_acl' [1] => ALTER TABLE cerber_acl DROP INDEX begin_end ) [6] => Array ( [0] => ALTER command denied to user 'f4tst3pr3c0r_aD7Z6z512cZqkf'@'localhost' for table 'cerber_acl' [1] => ALTER TABLE cerber_acl ADD INDEX begin_end_tag (ip_long_begin, ip_long_end, tag) ) [7] => Array ( [0] => ALTER command denied to user 'f4tst3pr3c0r_aD7Z6z512cZqkf'@'localhost' for table 'cerber_log' [1] => ALTER TABLE cerber_log ADD session_id CHAR(32) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT "", ADD country CHAR(3) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT "" COMMENT "Country code", ADD details VARCHAR(250) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT "" COMMENT "Details about HTTP request"; ) [8] => Array ( [0] => ALTER command denied to user 'f4tst3pr3c0r_aD7Z6z512cZqkf'@'localhost' for table 'cerber_log' [1] => ALTER TABLE cerber_log ADD INDEX session_index (session_id) ) )Was it what you asked or do you need something else?
Sincerely,
SimonSure, here is it:
Field Type Collation ip varchar(39) ascii_general_ci tag char(1) utf8_general_ci comments varchar(250) utf8_general_ci Name cerber_acl Engine InnoDB Version 10 Row_format Compact Rows 0 Avg_row_length 0 Data_length 16384 Max_data_length 0 Index_length 0 Data_free 0 Auto_increment Create_time 2018-03-12 20:00:21 Update_time Check_time Collation utf8_general_ci Checksum Create_options Comment Cerber IP Access ListsHi Gioni, I already followed your guide but the error log is created after that anyway with the same error.
Forum: Plugins
In reply to: [Smart Hashtags [#hashtagger]] Hashtag with Advanced Custom FieldWith few research I understand now why adding tags with ACF is impossible.
So I let the content usual editor now to write and save tags in the posts.
I also add a custom text field to format them the way I want (adding them a class) but when I add your code like that, it does not create the links:
<p class="fattag"><?php do_hashtagger( the_field( 'my_tags' ) );?></p>Neither
<?php do_hashtagger( the_field( 'my_tags' ) );?>create them, text remains unformat.
Forum: Plugins
In reply to: [Smart Hashtags [#hashtagger]] Hashtag with Advanced Custom FieldThanks for your answer Peter.
I’ve put a category condition, if the category “A” is selected, it shows me the fields I need to fill, including tags fields. If not, then only the usual wordpress editor is shown.
I wonder why there is a taxonomy field in ACF for post tags if they can’t save tags to a post?
It’s weird as when I put tags in the fields from ACF, it saved them somehow as they’re still there when I refresh the page but they’re not linked to the post.
Forum: Fixing WordPress
In reply to: Prevent specific iframe to load on homepageTanks for your answer Simon!
Sadly I don’t know how to write custom javascript, even less to make it work only on the homepage and without affecting the youtube iframes either.
Can you help?