berbercito
Forum Replies Created
-
Same issue here. I don’t even have the option of bulk resending failed emails in the dropdown.
Can someone help us with this please.
Thanks in advance!Forum: Plugins
In reply to: [WP Job Manager] Translating ”Send Application” button textOk, Brahler.
I hope this will enable me, later on, to translate it into 2 extra languages.
Hi,
The pages are restricted by user role.
I am not going to disable it.I just need a way to detect if a page is restricted or not so as to show a different header depending on the referer page.
For example, if the user comes to a restricted page from the homepage we′ll show him a specific message and if he comes from services we′ll show him a different message, and so on.
In order for this to work, we need a mechanism that detects if the page is restricted. If it is restricted the user will be shown a message and if it is not restricted he will the content of the page.
I hope you understood what I am after.
Thanks again!!
Hi and thanks for your quick reply.
I actually refer to a piece of code to place in the page.php template.
Let′s say a function like this: is_restricted_page()
Basically, the idea is to check all pages using a given WordPress template if its content is public or restricted to members.
Thanks again!
Hi,
Thanks a lot for your quick reply. I have just tested both short codes and they work perfectly to perform corect price calculation.
I have modified the function this way and it works correctly as well:
<?php function final_price( $price = null, $extra = 0 ) { if ( !empty( $price ) ) { // strip any extra characters from price $price = preg_replace("/[^0-9,.]/", "", $price); //price ommas and dots fix $price = str_replace(",",".",str_replace(".","",$price)); // perform calculations return ($price + $extra); } } ?>
Millions of thanks!!
I would definitely go for the pro version.
Forum: Plugins
In reply to: [Dynamic Conditions] Post Type or Post ContentIt would absolutly be useful.
Thanks for taking it into account for future updates.Thanks a lot, Jory. I was really so dumb for telling the shortcode to show all results by assigning the Pods name.
I solved in another way by creating a custom shortcode/function in functions.php which pulls the results correctly.
However, and as you suggested, I have just tried what your solution and it works perfectly.
Thanks again!!
Hi Jory Hogeveen,
thanks for your reply. I have tried to achieve the same thing using magic tags and the results are the same. The loop displays all the attachments links assigned to all posts.
I can’t figure out how to displays only the links assigned to the current single post. I need a way to reference the id of the current post either in the template or in the shortcode bellow as pointed with xxxx
[pods name="job" id='xxxx' template="job_post_attachments"]
Is there a way to do it? I have been looking at the documentation for more than two hours on Pods website but could not find anything.
If you need more details please let me know
Thanks again for you will to help
Forum: Plugins
In reply to: [Dynamic Conditions] Post Type or Post ContentSame thing here.
We need the option of Post content. I can′t see it in the dynamic dropdown.
Any suggestion for this.
Thanks in advance!!Forum: Plugins
In reply to: [Clever Mega Menu for Elementor] WPML supportIs it posible to create WPML multilingual menus with this plugin?
Forum: Plugins
In reply to: [Wallet for WooCommerce] Internal server error upon finalizing orderHi,
Thanks for your quick replay. I have been investigating a little further and I found out the source of the problem. There is a conflict with this plugin. if it is active I run into the mentioned issue.
The tables you said are in my database. So now I have to if the developer of the plugin above can help.
Thanks again
Thanks for your quick replay. I have tested that plugin before but it does not cover my needs. Thanks again!
Forum: Plugins
In reply to: [Ocean Social Sharing] social share bottom position not showing upHi, I have already solved it.
The problem was that the sharing checkbox wasn’t checked in the elements. This was my first project using Oceanwp and I didn’t know that it works this way.
Thanks for your support anyway!Forum: Plugins
In reply to: [Ocean Social Sharing] social share bottom position not showing upYou refer to reordering the social buttons?
As far as I know the plugin has no options or interface for doing this.- This reply was modified 6 years, 9 months ago by berbercito.
Forum: Plugins
In reply to: [Ocean Social Sharing] social share bottom position not showing upHi,
Same problem here. I can only position the social sharing bar above the content but not below it. I also tried positioning it boath above and below the content but it only shows above. I am using the most recent version of WP, Ocenwp theme, and Oceanwp Social Sharing plugin.I would also like to know if it is posible to include the sharing buttons in a post using a shortecode.
Thanks a lot in advance!