mauferrusca
Forum Replies Created
-
Forum: Plugins
In reply to: [Backup Migration] Backup failed at 20%Solved.
Forum: Plugins
In reply to: [Backup Migration] Backup failed at 20%It DID work! Thank you very much!
SO the correct practice is to have one parent container and inside it all the children?
I was under the impression that what shows inside the navigator is already inside a main or parent container.
I’ll try it that way, thanks.
Here it is.
As you can see, the page appears empty on desktop and then both sliders and the rest of the page appear when in mobile.
Hello. I’m working on it locally. I will try to make it public in a few hours. Thanks.
Forum: Fixing WordPress
In reply to: Parent page with no content in fresh installI understand now. I greatly misunderstood the documentation. Thanks a lot for the explanation and links.
- This reply was modified 4 years, 10 months ago by mauferrusca.
Forum: Fixing WordPress
In reply to: Parent page with no content in fresh installWhat is the use of the parent>child attribute then?
Children content will not appear on the parent page unless the parent page template is modified then?
Forum: Plugins
In reply to: [Block Lab] Block lab and custom templatesHi, Luke. Thanks for your answer.
Let me expand. I want to create a post slider so I wanted to use the wp_query with some args to access those posts and then create a slider using a template part.
However, I don’t know how I can have all my block lab content and have a template part right in the middle of it.
Is this possible with the current version of Block Lab?
Forum: Plugins
In reply to: [Advanced Ads –?Ad Manager & AdSense] Export/Import changes IDsHi, Thomas. Yeah, I noticed the IDs do not match due to other WP content, so matching them would be disastrous.
Thanks for your prompt reply.
Forum: Plugins
In reply to: [Ultimate Reviews] Populating the Product Name with page titleI finally made it work using:
`$agtName = get_the_title();
Forum: Plugins
In reply to: [Ultimate Reviews] Populating the Product Name with page titleThis is how I am attempting it:
$agtName = the_title(); $nameStr = (string) $agtName; echo do_shortcode('[submit-review product_name="' . $nameStr .'"]');
I tried the string conversion, because a simple concatenation wasn’t working etiher. So far, it’s been unsuccesful.
Forum: Plugins
In reply to: [Ultimate Reviews] Populating the Product Name with page titleActually, it is not the page title. I was wrong.
But I cannot filter the reviews with this process. I stil see all the reviews in all the product pages.
But is it possible to concatenate a variable inside the do_shortcode function to filter reviews?
Thanks!
Forum: Plugins
In reply to: [User Role Editor] Custom User Role shows not valuesThanks. Will try that. And thanks for correcting me about no values shown.
Forum: Plugins
In reply to: [User Role Editor] Custom User Role shows not valuesForgot to mention that wp_get_current_user() is working correctly with Admin user role.
Forum: Plugins
In reply to: [Contact Form 7 - Dynamic Text Extension] uneditable option is missingIf anyone is looking for an example:
[dynamictext StoveName readonly “CF7_get_post_var key=’title’”]
- This reply was modified 8 years, 1 month ago by mauferrusca. Reason: found answer, posted it