vijaylathiya
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Help. New update screwed up.Same error with Woocommerce 3.0.0
global $woocommerce;
$woocommerce->cart->total;Hi @pepepardo
i use Menu Item Visibility Control
it work form me perfect same like if menu plugin
Thanks
Hi anancuras
here when i hit your given url i can see all items have all fields.Regards
Vijay LathiyaForum: Plugins
In reply to: [CSS] Lessen Header Menu width/heightHi @pia
hows your development work going on? please close the topic if your menu css issue solve or let me how can i help you ?
ThanksHi whyknott
Browser Caching with IIS 7 Windows server you should try by adding below script to your web.config file.
<?xml version=”1.0″ encoding=”UTF-8″?>
<configuration>
<system.webServer>
<staticContent>
<clientCache cacheControlMode=”UseMaxAge” cacheControlMaxAge=”10.00:00:00″ />
</staticContent>
</system.webServer>
</configuration>@barnez your script in .htaccess ok for linux server
Forum: Plugins
In reply to: [CSS] Lessen Header Menu width/heightHi Pia
to display product in tabular form i would like to suggest do it with your own css instead of using any other plugin just for look & layout
Hi Photocrati
Thanks for your reply. now i set slider with Soliloquy Lite plugin.
i added NextGen Gallery by Nextgen widget to front end content widget area that custom developed by me and it does not show gallery at top slider position. while if i add same gallery in sidebar or after 2-3 content area than its worked okThanks
Forum: Plugins
In reply to: [CSS] Lessen Header Menu width/heightHi Pia
i see your both url working. and off-course i’m ready to help you for your Ecommerce Website. you may see https://www.pavitraa.in Ecommerce website that developed with WP ecommerce plugin by me. im also working with woocommerce plugin for one site that is in local system and earlier completed 3 other ecommerce site that all with WordPress.
let me if you need any help from me.
Thanks
Forum: Plugins
In reply to: [CSS] Lessen Header Menu width/heightHi Pia
your 1st url is not working while on 2nd url page does not render properly hence i cant understand where you fetching problem.
see 2nd url snap https://prntscr.com/6el65h
Forum: Plugins
In reply to: [CSS] Lessen Header Menu width/heightHi Pia
your submitted url not working .. let me please if still your menu bug not solved. im very happy to help you ..
Forum: Themes and Templates
In reply to: [Tracks] Logo sizeHi Brunoarri
i believe that ben suggestion solved your problem. Do you still need help?
Regards,
vijay Wp DeveloperI have same issue after activate Jetpack photon on pavitraa.in as my full size image resize to 625px. after reach here and checking as per @richard suggestion i found that in theme function.php file there is content_width set as 625.
After remove content_width i getting full image with photon service as i want.
Thanks @richard
same issue i fetch. for this issue it is clear that somewhere blank space exist. to solve i suggest 2 solutions
1. Find out white space / line break and remove it
2. WordPress leading whitespace fix @ https://wejn.org/stuff/wejnswpwhitespacefix.php.html