Abdullah Ali
Forum Replies Created
-
FYI, it also deleted all files in Media Library. Probably because they were all uploaded by me. What a disaster!!
Forum: Plugins
In reply to: [WP Support Plus Responsive Ticket System] RTL in new ticketTry the following custom CSS:
.cke_editable {direction: rtl !important;}
Good luck.
Forum: Themes and Templates
In reply to: [Storefront] Horizontal Tabs and others@reallysomethinca No luck yet.
Thanks Angelo & Caimin
I have joined the crowd and purchased the PRO version.
See you in the support forum, and thanks.
Great and thank you for replying.
Q: Will you provide any support -if needed- if the snippet did not work right away? Or, if an update broke the snippet?
Thanks again
Forum: Plugins
In reply to: [SIP Reviews Shortcode for WooCommerce] No reviews gives white space in pageI am afraid i can’t share a link publicly.
If there was a way to communicate with your privately, I’d be welling to do so.
if not, i will greatly appreciate any instruction or ideas on how solve the problem.Thanks
Forum: Plugins
In reply to: [Newsletters] Translation not showingProblem is solved.
Problem was the plugin folder name.
Default installation wasnewsletters-lite
.
Tribulant suggested renaming it towp-mailinglist
.
Did that and re-activated the plugin.
Translation showed.Many thanks for your help Tribulant.
Forum: Plugins
In reply to: [Newsletters] Translation not showingThanks for your reply.
Yes, i got your email.
Suggestion mentioned here did not do it for me.
I sent you a reply so that we could work closely and quickly on it at your helpdesk.Forum: Plugins
In reply to: [SIP Reviews Shortcode for WooCommerce] SKU instead of IDGood luck, and a have a very happy New Year.
Forum: Plugins
In reply to: [TWB Woocommerce Reviews] feature request: by SKUMany thanks for the link. Though i spent mega time googling but i never came across the link you pasted.
Actually, I was racing against a dead-line so i stopped trying and went with an alternative plugin, and it’s working well for me, but i thought i would drop you a feature request.
See, Product IDs are not visible to my writers, but SKUs are. Thus, using SKU is more convent in that case. Others might have a similar situation.
Wishing you all the best, Abu.
Forum: Plugins
In reply to: [SIP Reviews Shortcode for WooCommerce] SKU instead of IDExcellent.
I have just tried the SKU shortcode and it’s working like a charm.
I am actually including the shortcode automatically using variables.
I am yet to try the search functionality.I will gladly rate the plugin and the support in a minute.
While i am at it:
1- Kindly consider showing the reviews as a slider (optionally).
2- It would be great if we can show/hide elements such as (star ratings, name, date).
3- Wish i could specify reviews as (random, ordered by date asc/dec).In my opinion, with the above 3 points the PRO pulugin would be very appealing indeed.
If you need the plugin translated to Arabic (AR), i will be happy to help.
Just tell me where the file is and where to send it to.Many thanks.
Forum: Plugins
In reply to: [TWB Woocommerce Reviews] Using page title instead of idHbut
get_the_ID()
retrieves the current post id.
It seems like i will need to run a query that would retrieve the ID of the first product where title = current title. I am not a coder, but i could follow leads.While i am at it, i wish you would implement a way to retrieve reviews based on title, and review rating.
Thanks a lot for your time.
Forum: Plugins
In reply to: [TWB Woocommerce Reviews] Using page title instead of idHHi again, and thanks for your reply.
Sorry if i was not clear.
I will use the shortcode outside WooCoommerce pages in a page with a title that is identical to a Product title. So, instead of:
[twb_wc_reviews product_id="57" number="5"]
I have:
$mytitle = get_the_title();
and would like to do:
[twb_wc_reviews product_title=$mytitle number="5"]
If this is not possible or not easy, i could probably add another variable$prod_id
and assign it to the shoercode.
I just failed to get the product id based on product title.P.S: Website is local and not online yet.
Forum: Plugins
In reply to: [Media Library Assistant] album name begins with (like)Working like a charm.
You are amazing man. Thank you!Forum: Plugins
In reply to: [Media Library Assistant] album name begins with (like)Thanks Dave.
I try to add any new info here because it might just help someone else.I am back with one more request/question:
The gallery page i am linking to does not take theattachment_category
into account, thus, it’s displaying images that are not relative but has the correctpattern
`.To save you the hassle of scrolling up, i am using the following to pull images:
echo do_shortcode( '[mla_gallery] size=medium meta_key="_wp_attached_file" attachment_category=completed meta_value="^[0-9]{4}/[0-9]{2}/'. $sku .'" meta_compare="REGEXP" posts_per_page=3 mla_link_href="{+site_url+}/gallery-page/?pattern=' . $sku . '" [/mla_gallery]' );
and i use the following in my “gallery-page”:
[mla_gallery columns=1 ids="{+request:current_id+}" size=medium]
P.S: If there is no easy solution, i will just have to use a different name scheme for my uploads and re-name existing ones. (i.e: from ‘SKU+YYMMDDn’, to ‘SKU+YYMMDDn-comleted’
Sorry to keep troubling you with new findings.
- This reply was modified 8 years, 3 months ago by Abdullah Ali. Reason: typos