Forum Replies Created
-
AuthorPosts
-
May 25, 2017 at 2:18 pm in reply to: customize the mobile menu to be : logo+search icon+cart icon+menu icon #799573
I mean when you click the search
the search table is too left to see the content
May 25, 2017 at 2:17 pm in reply to: customize the mobile menu to be : logo+search icon+cart icon+menu icon #799572Hi, it is working
now the search icon works normally
just the position is weird and it looks terrible
please check !
I hope you can find what’s going on
I tried to use directive
Content security policy: “upgrade all insure requests:”
it is proved to come into effect
but it didn’t help for this issueThat’s not helping
it is because Enfold got the http resource…finally figure it out where the problem locates, Not the SSL, NOT SERVER PROBLEM, NOT WP ROCKET.. it is mostly ENFOLD
and I searched the forum, many people got the same issue when they use SSL and I CAN’T believe this problem are still existing ( 2-3 years passed)
DID any one in Enfold can tell me how to make all ths CSS,JS code to be transit via HTTPS instead of HTTP?
May 20, 2017 at 1:10 pm in reply to: customize the mobile menu to be : logo+search icon+cart icon+menu icon #796976NO….
I don’t know what have happen…I keep have mixed content issues after caching
so the icon is always get blocked and disappeared
still try to find out if it is Enfold problem or WP rocket or the webserver
May 9, 2017 at 7:29 am in reply to: customize the mobile menu to be : logo+search icon+cart icon+menu icon #790030Great then.
I got confused too……….
Don’t know which solution is for me
so now can any one tell me how to solve my problem?
to make it clear, I would like to start over again:my problem is https://drive.google.com/file/d/0B6L9QZ3Td5Yjc3NRQmdlcXhDY0U/view?usp=sharing
the code as below:CSS:
@media only screen and (max-width: 767px) {
#menu-item-shop .cart_dropdown_link {
padding: 0 10px;
}#menu-item-shop #menu-item-search {
padding: 0 20px;
}#menu-item-shop #menu-item-search .avia-search-tooltip.avia-tt {
left: -16px !important;
}
#menu-item-shop {
min-width: 110px;
}
}and functions.php
add_action(‘wp_footer’, ‘ava_new_custom_script’);
function ava_new_custom_script(){
?>
<script type=”text/javascript”>
(function($) {
function a() {
if ($.avia_utilities.isMobile) {
$(‘#menu-item-search’).appendTo($(‘#menu-item-shop’));
}
}$(window).load(function() {
a();
});
})(jQuery);
</script>
<?php
}April 29, 2017 at 10:16 am in reply to: customize the mobile menu to be : logo+search icon+cart icon+menu icon #784917No, the above code is not working as well
so I use the old CSS again from Vivtoria (amend a littlle bit to keep more space for this 2 icon)
CSS:@media only screen and (max-width: 767px) {
#menu-item-shop .cart_dropdown_link {
padding: 0 10px;
}#menu-item-shop #menu-item-search {
padding: 0 20px;
}#menu-item-shop #menu-item-search .avia-search-tooltip.avia-tt {
left: -16px !important;
}
#menu-item-shop {
min-width: 110px;
}
}and functions.php
add_action(‘wp_footer’, ‘ava_new_custom_script’);
function ava_new_custom_script(){
?>
<script type=”text/javascript”>
(function($) {
function a() {
if ($.avia_utilities.isMobile) {
$(‘#menu-item-search’).appendTo($(‘#menu-item-shop’));
}
}$(window).load(function() {
a();
});
})(jQuery);
</script>
<?php
}I believe THERE IS SOMETHING WRONG WITH THE CSS, which make the search icon being in the container of cart icon
April 27, 2017 at 9:13 am in reply to: customize the mobile menu to be : logo+search icon+cart icon+menu icon #783885Hi, Ismael
https://drive.google.com/file/d/0B6L9QZ3Td5Yjc3NRQmdlcXhDY0U/view?usp=sharing
please check this link, then you will know what I mean
Please don’t scare me.
if Enfold is not 100% compatible with woo commerce, what else we can do?So you mean the new features are not going to work in Enfold?????????
hello?
anyone helpHi,
seems now the conflicts are gone
so can you check back again for my issues that mentioned previously
the search icon is stick nearby the cart icon in mobile
normally when we click the cart icon at the first time, it will show: no products in your cart
and click the 2nd time, it will link to the cart pagebut search icon, when we click the icon, it should display the search table directly, but now, it display no products in your cart either, and display the search table only when click the 2nd time
how to avoid this for search icon ( why it happen same like the cart icon?)
April 22, 2017 at 3:46 am in reply to: customize the mobile menu to be : logo+search icon+cart icon+menu icon #781510Hi, My caches problem have been fixed, somehow it works ok now
I hope it won’t come back againso let us continue the issues that we talked about before
please check my mobile view again
when I click at the first time the search icon, it shows no products in your cart, and click the second time, it display the search table finally.
( it works just like when we click the cart icon)how to solve this?
I will try to solve the cache problem with WP rocket firstly
because I did make the mobile search icon
some of the CSS, JS OF ENFOLD was cache as http instead of https
it was blocked because of thatI guess that’s why you can’t see it.
by the way, Can you check IF it is enfold got some conflict with WP ROCKET?
as the errors that was mistakenly cached were all enfold’s CSS AND JS
April 12, 2017 at 3:06 pm in reply to: customize the mobile menu to be : logo+search icon+cart icon+menu icon #776681actually i did make the mobile search activated.
I believe the NO SHOW is because the mistakes of cache ( the chrome tools telling errors and some enfold CSS,JS was blocked because it cached as http instead https.. )
I don’t know if this your problem or wp-rocket
I am still talking with the WP rocket
to solved this problem I tried to update enfold 4.05 and now more problems occur
another problem
the product slider (Title name) got pretty huge………….
Hi
there is some other problem
1. the content slider disapear in firefox (win 7), but ok in other browsers.
2. the contact form(enfold default) disapear in firefox (win 7), but ok in other browsers.
3. single shop page: photos disapear in in firefox (win 7), shows in other browsers( but not working at at all for the mentioned New gallery features)website as below
April 8, 2017 at 6:53 am in reply to: customize the mobile menu to be : logo+search icon+cart icon+menu icon #774300Hi, Vitoria
Thanks. indeed, that’s not a good solution.
However, I will try to keep it as a image, as I search the forum, many people got problem if they use TEXT LOGO only.anyway, I make it smaller in the subtext. someday in the future, I will add text instead.
back to the priority, the CSS you offer didn’t help too much.
when you click the Cart Icon, it will come to the cart page directly without showing message: there is no production in your cart
when you click the search icon, it shows” there is no production in your cart” and then you click again, the search table comes out finally…( they display in turn)this is not just a simple gap space problem
No… I didn’t
I think there is something conflict with the WP rocket, which making some images and icon disapear at frontend.
I;ve contacted them to check .
By the way, which pages you view?For the search incon, it looks in mobile like below
see the mobile view( iphone 6)
https://drive.google.com/file/d/0B6L9QZ3Td5YjaDlhYVQ5RUo1aHM/view?usp=sharing
https://drive.google.com/file/d/0B6L9QZ3Td5YjREwtS0dCeERubFk/view?usp=sharingyes, Andy
now it is only the mobile view problem
the search icon is too closer to the menu.
April 4, 2017 at 4:42 am in reply to: customize the mobile menu to be : logo+search icon+cart icon+menu icon #771478I tried to adjust the margin right, but it didn’t work
April 4, 2017 at 4:32 am in reply to: customize the mobile menu to be : logo+search icon+cart icon+menu icon #771475Hi, Victoria
It is working
Thanks very much.
But there is still some adjustment
Can you help?
see the mobile view( iphone 6)
https://drive.google.com/file/d/0B6L9QZ3Td5YjaDlhYVQ5RUo1aHM/view?usp=sharing
https://drive.google.com/file/d/0B6L9QZ3Td5YjREwtS0dCeERubFk/view?usp=sharingI guess the logo can be smaller and the search icon can move more left.(now is too close to the menu ,so it is hidden by it )
March 31, 2017 at 4:10 pm in reply to: customize the mobile menu to be : logo+search icon+cart icon+menu icon #770039or maybe just move the search icon sticky to the cart icon ( as the same group), so it will display all the time in mobile?
Hi, problem solved.
But Can I move the search icon sticky to the cart ??
(So it can be visible responsively)March 31, 2017 at 4:53 am in reply to: did enfold activaite the lazy load for images by javascript or css?? #769716Thanks
soved with WP rocketHi, John
Yes, I changed as per the searchform php as per the above link, such as replace the original contents with below
<form role=”search” method=”get” id=”searchform” action=”<?php echo home_url( ‘/’ ); ?>”>
<div>
<label class=”screen-reader-text” for=”s”>Search for:</label>
<input type=”text” value=”<?php _e(‘search site’, ‘avia_framework’)?>” name=”s” id=”s” placeholder=”Search for products”>
<input type=”submit” id=”searchsubmit” value=”Search”>
<input type=”hidden” name=”post_type” value=”product”>
</div>
</form>It was working, the default search was replaced by the product search.
but the looking is not good
so I resumed back exactly as per the originalsomehow, the front end didn’t come back to normal
Hi, I make it like this
#ajaxresponse_1 .avia-form-success {
color: #ff6600;
}.ajaxresponse_1 .avia-form-success:after {
color: #c9c9c9;
content: “\e82b”;
display: block;
font-family: entypo-fontello;
font-size: 90px;
padding-top: 40px;
text-align: center;
}and it works.
Thanks
I love the trick, it is great
you’ve been helping a lot, so I will try harder tomorrow to keep your trick working with the default color.
Thanks, Guenni
you are very helping
I did use the firebug, but it is the latest version. not same as your screen
I used another way to check.
the default color, as per checking , it did show the ID as ajaxresponse_1
somehow the code didn’t workI should pay more time to learn about them…haha
I did forgot to clear the cache
and the color I choose for this form is Dark TransparentBTW, why your code doesn’t work if I change the contact for color as default?
I changed your word from dark to default…(not sure if I am right)
-
AuthorPosts