srinivas08
Forum Replies Created
-
Forum: Reviews
In reply to: [Image and video gallery from Google Drive] Simply Amazing – RecommendedI am using Classic Editor only, Insert code is doing nothing. however manually adding shortcode and making the folder I want to display as root folder is working.
I am using anywhere elementor plugin, and using the elementor template it in the plugin shortcode.. and that works fine
[INSERT_ELEMENTOR id=xxx]The plugin itself has templates section, but I prefer to use elementor saved template and embed using Id. So that template stays even if we disable the plugin.
- This reply was modified 3 years, 8 months ago by srinivas08.
Forum: Developing with WordPress
In reply to: How to create category and subcategory from APIis there any way doing the same while creating a new post with api ?
Forum: Reviews
In reply to: [Check Pincode/Zipcode for Shipping Woocommerce] Disable add to cartany solution ? same issue here
Yes, I tried deactivating all plugins, but it didnt work…
- This reply was modified 4 years, 10 months ago by srinivas08.
Not even possible by editing plugin files ?
I think its possible ! I need to add ads before the next and previous navigation !Here is the actual error showing uon all my post using affiliate links through thirsty plugin :
I Opened WordPress Plugin ,Found this Line 14 :
// Remove linkid, linktext and linkclass to get final link attributes
$linkAttributes = array_diff_assoc($atts, array(‘linkid’ => $linkid, ‘linktext’ => $linktext,‘linkclass’ => $linkclass));As , there was error with Linkclass , I removed the piece of code and made it as shown below :
// Remove linkid, linktext and linkclass to get final link attributes $linkAttributes = array_diff_assoc($atts, array('linkid' => $linkid, 'linktext' => $linktext));
Now, Error has disappeared , But I dont think this is a good fix to this problem !
I am creating links using affiliate links plugin , and just searching the affiliate link and adding in post .
Here is a code which was automatically generated in my post when i added an link in post :[thirstylink linkid=”872″ linktext=”Signup Now For Adda52 Here” class=”thirstylink” title=”Signup Now For Adda52 Here”]
Here are some screenshots :
https://i.imgur.com/vtNkDhq.pngForum: Fixing WordPress
In reply to: Inline Error with MailchimpI too faced same problem, why i tried to move from feedburner to mailchimp for my domain Wapmasterszone.com , i am trying to figure it out