acelerawp
Forum Replies Created
-
Forum: Plugins
In reply to: [Post Views Counter] How can I show Post Views from only One categoryHi @dfactory Team,
Sorry for Not explain correctly. The thing I need is to show the popular Posts from only one category. Let me explain: Currently I’m showing in my Sidebar the “Top 10 ( latest 30 days)” posts and there are shown the posts from my Two Post Categories. I need to show Posts from only one category. So it would be great if you can add an option to select the post categories we want to show in front-end. So that we can have the flexibility to select only one post category, or several categories, or all categories.
Thank you in advance for your help.
Hi @leap13,
I already Fix your BUG using this simple validation that is important when the user have “Premium Addons PRO” Activated and for some reason the user Deactivate the “Premium Addons for Elementor” Free version –> if (class_exists(‘PremiumAddons\Admin\Includes\Admin_Helper’))
public function __construct() { if(class_exists('PremiumAddons\Admin\Includes\Admin_Helper')) { $enabled_elements = Admin_Helper::get_enabled_elements(); $is_spl_active = $enabled_elements['premium-smart-post-listing']; if ( $is_spl_active ) { $this->init_path_var(); add_action( 'plugins_loaded', array( $this, 'init_grid_builder_hooks' ) ); } } else{ $this->init_path_var(); add_action( 'plugins_loaded', array( $this, 'init_grid_builder_hooks' ) ); } }
Forum: Plugins
In reply to: [Post Views Counter] How can I show Post Views from only One categoryHi dFactory Team,
Sorry for Not explain correctly. The thing I need is to show only the popular Posts from only one category. Let me explain: Currently I’m showing in my Sidebar the “Top 10 ( latest 30 days)” posts and there are shown the posts from my Two Post Categories. I need to show Posts from only one category. So it would be great if you can add an option to select the post categories we want to show in front-end. So that we can have the flexibility to select only one post category, or several categories, or all categories.
Thank you in advance for your help.
Hi Igor, I have checked and found this. Please, read all the explanation below:
I see you are using the “class selector” . in the “Advanced Text” block to target the text element. However in the “Advanced Heading” block you are using the “id selector” # to target the heading element.
This is an example of what you see in both front-end or back-end when using the “Advanced Text” block. This do Not work because you are trying to target this single, specific element using the “class selector”. I think you should use the “id selector”:
.gspb_text-id-gsbp-70d02d83-a754 { margin-top: 8rem; }
Now, this is what You see when using the “Advanced Heading” block:
#gspb_heading-id-gsbp-84437653-2d79 { margin-top: 8rem; }
In the “Advanced Heading” block the margin top and bottom options are working perfectly in both front-end and backend. But in the “Advanced Text” block the margin options are failing, none is working.
Now, if I open the chrome inspector and I manually change the “class selector” . and replace it by the “id selector” # in the “Advanced Text” block, then the margin top and bottom works properly in both front-end and back-end.
Please, Test this in your testing website so that you can verify it by yourself.
- This reply was modified 1 year, 8 months ago by acelerawp.
Hi @northwst,
See the following video in order to know How to properly Add, Remove or Duplicate slides.
Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] Cannot delete slideGreat! – Glad to be of help ??
Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] Cannot delete slideHi Bloke,
Sorry for chime in. Please, see the following video in order to know How to properly Add, Remove or Duplicate slides.
- This reply was modified 2 years, 5 months ago by acelerawp.
Hey WPSoul,
Thank you so much for taking the time to replicate this on your own testing website.
Let’s wait then until the WordPress team decides to fix this.
On another note, I’m so happy you took my suggestion of creating the Greenshift Facebook Group. It is growing every day and it already has more than 100 members in only two weeks. Amazing ??
All the Best,
Miguel- This reply was modified 2 years, 6 months ago by acelerawp. Reason: add some additional note
Hey WPSoul,
I tried Your suggested solutions from Your previous answer above But they do Not work at all ??. For example, You will see in the video that I set “2 items per row” on the “Portrait” option but the Slider in the mobile/portrait view keeps?showing 4 images. After changing the speed and some other Slider options the issue is Not fixed.
I have created Another video proving You that Your suggested solution do Not work. Please, see All the video. Only 1 minute.
New video:?https://youtu.be/dl0tPWaUY1M
Please, from your own testing website replicate the same I’m doing in my video and You will see the issue happening in front your own eyes ?? ??
?
Remember, this only happens in the back-end( editor). In the front-end everything is working properly.I cleared Cache, and everything else but the issue still persists.
Best.
- This reply was modified 2 years, 6 months ago by acelerawp. Reason: some changes in explanation
Hi WPSoul,
I have created a YouTube video so that You can easily see the issue( please, see it in FULL screen). You will see the issue while I go from the “Desktop” view, one by one until the “Portrait” view.
Please, follow the mouse cursor so that you can see All the details.
Video URL –> https://youtu.be/P7lOyfZ6Br8
All the Best,
MiguelHi Pete,
In the latest update 3.9, was added support / CSS styling compatibility with Kadence Pro “Hooked Elements”( Template, Content Section, etc..).
Please, Try again adding the Row to a Kadence Template and let us know if the issue has been fixed.
Best,
MiguelHi WPSoul,
I just sent you a private facebook message regarding Kadence pro. Please check the message.
All the Best,
MiguelHi WPSoul,
Thank you for the fix. By the way, probably You forgot to include the points 2 and 3 below ( from another support Topic) in the latest updates ??:
2 – Add the “Custom Icon” options to the “VideoBox” block so that we can use any SVG “play icon” or any other icon we want. This will give users more Design Flexibility.
3 – Add the “Icon Spacing” options to the “Info Box” and “Colored TitleBox” blocks. This will allow us to adjust the Spacing between the icon and the surrounding environment / elements, improving the Design Flexibility for these two blocks.
There is No rush, I was only curious if you forgot them ??
All the Best,
MiguelHey WPSoul,
I already sent You the files in a Facebook Private message. Anyway, also I just sent you the files through the Freemius “Contact Us” form inside the “Greenshift” plugin. Probably the contact form in the website –> https://greenshiftwp.com/contact-us/ is broken.
Additionally I just sent the files again via private message on facebook.
Please, let me know in case You have any issues downloading the files ??
Best.
- This reply was modified 2 years, 6 months ago by acelerawp. Reason: add additional info
Hi WPSoul,
I already sent You the files via private message in Facebook, and also through the “Contact Us” form in the Greenshift Website.
Please, let me know if You received the message.
Best.
- This reply was modified 2 years, 7 months ago by acelerawp.