farahkh
Forum Replies Created
-
Forum: Plugins
In reply to: [Mega Addons For WPBakery Page Builder] warning from infoboxHi,
any response here I am getting a lot of this warning and I need to know how to fix itWhat I am looking for is showing the event date and time depending on the browser time zone for the user, so if I choose a time of 6.30 pm Dubai timing it would show equivalent time in Germany, is there an option for that or an add-on I can use?
Forum: Plugins
In reply to: [annasta Woocommerce Product Filters] Multiple language website issueHello again,
I have other issues with the filter:
-in the English website, the filter is showing a number of products from some categories, but when I select it says “No products were found matching your selection.” in the original language it is showing fine.
-the price filter is showing on the English site and not in the Arabic one.
-the active filter is not clearing correctly, if I dismiss one of the active filters all of the filters will disappear, and if I choose another category the other active filter will show with it.website link:
https://edufikra.com/en/resources-hub/- This reply was modified 3 years, 6 months ago by farahkh.
Forum: Plugins
In reply to: [Mega Addons For WPBakery Page Builder] slider in rtl layouthi thanks for this fix, actually this is not my only issue, the original issue was that the slides not showing in the RTL layout, so I fixed it by adding this code to the widget and the row that it is contained in:
.influencer-row{
direction:ltr;
}
body.rtl .influencer-slider .slick-track, influencer-slider{direction: ltr;
}
body.rtl .influencer-slider .slick-slide{direction: ltr;
float:left;}
this code let me display the slides again in rtl
Forum: Plugins
In reply to: [Free Downloads WooCommerce] reviewing free productsok that is good news many thanks
Forum: Plugins
In reply to: [Mega Addons For WPBakery Page Builder] slider in rtl layoutis there any update on my request,
the page the issue in is at this link not the link before
https://edufikra.com/ok got it, your plugin is very good actually and I will purchase, many thanks
Forum: Plugins
In reply to: [annasta Woocommerce Product Filters] Multiple language website issueperfect this was my problem, many thanks
Forum: Plugins
In reply to: [Polylang] change the background image in arabic websiteanyone?????
Forum: Themes and Templates
In reply to: [Twenty Fifteen] horizontal search barhi Christi,
thanks for your response, my site is not online yet it is locally hosted on my computer, here is a the code for the top sidebar in the index with its relevant CSS, if that helps.
many thanks.<body class="home blog custom-background"> <div id="page" class="hfeed site"> <div id="top-sidebar" class="top-sidebar"> <div id="top" class="top"> <div id="widget-area-top" class="widget-area-top" role="complementary"> <div id="search-2" class="widget widget_search"><h2 class="widget-title-top-sidebar">Search</h2><form role="search" method="get" class="search-form" action="https://localhost:35674/en/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search …" value="" name="s" title="Search for:" /> </label> <input type="submit" class="search-submit screen-reader-text" value="Search" /> </form></div> </div><!-- .widget-area --> </div><!-- .top --> </div>
CSS
/*top side bar (search widget) css*/ .top-sidebar, .top { width: 100%; height: auto; position: relative; margin-right: 1px; } #search-2.widget.widget_search { width: auto; float: right; padding: 1px; margin: 2px; } #search-2>h2{ float: left; } #search-2>form{ float: right; }