
- Fanatic
About Fanatic
- Location:
- Canada
Total Posts
- Total Posts
- 885
- Posts Per Day
- 0.16
Total Thanks
- Total Thanks
- 309
General Information
- Last Activity
- August 1st, 2024
- Join Date
- July 3rd, 2010
- Referrals
- 0
18 Likes
-
Fanatic liked post by ovidiubica On thread : How to remove "Pause Ad" and "Mark Sold" from Good Old Classipress 3 Child Theme
If you use CSS to hide the action buttons, users can easily restore them and perform the actions without your knowledge.
I just checked the PHP code again and it works fine. These are all the...
Liked On: July 1st, 2021, 09:51 PM
-
Fanatic liked post by tomwillaert On thread : LightGallery-all-min JS is throwing error
This is related to the Fullscreen function.
Add this to the .js file
OR
Liked On: March 16th, 2020, 02:18 PM
-
Fanatic liked post by mr_green On thread : Advanced search (refine results) problem at CP3, and CP4
Nice ovidiubica
in my case need to change
classipress/includes/search.php ~ 518 and 823
Liked On: March 15th, 2020, 07:24 PM
-
Fanatic liked post by ovidiubica On thread : Author page Last login shows current visitor timestamp
Yeah... its a bug in author.php ~ line 41 ... I forgot the ID.
It should be...
echo appthemes_get_last_login( $curauth->ID );
Liked On: March 7th, 2020, 06:42 AM
-
Fanatic liked post by samcy On thread : Adding SOLD Ribbon
Please backup the following files which can all be found in /wp-content/themes/classipress/
loop-ad_listing.php
loop-featured.php
style.css
Done? Ok, lets start:
1.)
Liked On: February 27th, 2020, 11:50 PM
-
Fanatic liked post by ovidiubica On thread : How can we hide/disable Ad - Delete option from Dashboard
You should have said something in your previous question as they're related.
So, besides the sold actions you want to remove the delete action ...
function remove_dashboard_actions($actions)...
Liked On: February 26th, 2020, 10:30 PM
-
Fanatic liked post by dikiyforester On thread : Addon price display on checkout
Hello, this is the bug since 1.1.0 version.
I've fixed it and I will release new version ASAP.
Thanks for reporting!
Liked On: October 28th, 2019, 12:15 PM
-
Fanatic liked post by manishkhullar On thread : Rejecting a listing with message
Is there a way to reject a listing and also give the reason for rejection that is sent to the author ?
What happens if the admin deletes the unapproved ad ? Is it removed from the users dashboard as...
Liked On: October 24th, 2019, 10:52 PM
-
Fanatic liked post by dikiyforester On thread : Standalone purchase page - table not responsive on Mobile
Open file /wp-content/plugins/cp-addons/templates-cp3/step-addons-select.php on the line 49.
Add following HTML code:
...
Liked On: October 4th, 2019, 03:01 PM
-
Fanatic liked post by hzmhzm On thread : Unresponsive/unsupportive author(s) of the plugins
Hi,
I purchased the plugin "Advanced Custom Fields for ClassiPress" via "appthemes" and I contacted with the developer "Mohsin" regarding some issues via email, as instructed in the support...
Liked On: October 3rd, 2019, 05:04 PM
-
Fanatic liked post by dikiyforester On thread : Featured carousel disappears using CP Addons and childtheme ClassiPost
Am working on the update at the moment...
Quotes and Cron issues have been fixed, Multiple pricing option implemented, Slider widget added (although slider added only for CP4 users).
I'll try to...
Liked On: September 28th, 2019, 08:33 PM
-
Fanatic liked post by dikiyforester On thread : Custom code and styles
This code snippet adds multiple addons badges on the Ad listing item.
In example the ad item with Highlight and VIP addons enabled.
Example:
20044
Code:
Liked On: September 28th, 2019, 09:50 AM
-
Fanatic liked post by dikiyforester On thread : Featured carousel disappears using CP Addons and childtheme ClassiPost
@Fanatic, please find the solution here https://forums.appthemes.com/cp-addons/custom-code-styles-102289/#post433766
Liked On: September 25th, 2019, 02:16 PM
-
Fanatic liked post by dikiyforester On thread : Featured carousel disappears using CP Addons and childtheme ClassiPost
Hello!
Sorry for the delay in the answer!
Seems like the addon settings wipes out from the ads with "Featured Ad (sticky)". I have to check it out and find the issue.
For now, let's go...
Liked On: September 21st, 2019, 03:08 PM
-
Fanatic liked post by ovidiubica On thread : Top navigation display issue on Mobile
Here it is ...
ul#menu-top li {
display: inline-block;
}
Liked On: September 4th, 2019, 08:09 PM