manugarrido
Forum Replies Created
-
@esmi: Sorry, thought it was the same issue.
@mixmastermichael: I fixed it in the quick way…
I just added `
// Toggles small menu
$( ‘.menu-toggle’ ).on( ‘click’, function() {
$( ‘#site-navigation’ ).toggleClass( ‘toggled-on’ );
} );` to my child’s header.phpI think my issue was something around nav-menu z-index (I have a sticky menu).
Thanks ??
Forum: Fixing WordPress
In reply to: Getting menu toggle to work with child themeOh sorry. Thought it was a the same problem.
Any joy?
I’ve the same issue, working with a twentythirteen-child theme. In child’s style.css I’ve modified almost all the styles applied to nav-menu and sub-menu.
No javascript errors.
I’m currently looking if I did overwrite some required style…
Forum: Fixing WordPress
In reply to: Getting menu toggle to work with child themeI know that this is half a year old… but I have exactly the same issue.
DId you figure out how to make it work?
(I’m working with WP 3.6.1 and a twentythirteen-child theme)
Forum: Plugins
In reply to: [Account Engagement] Can this plugin use an external form?It’s done, thanksfor the info.
I used the formHandler’s URL as you pointed, but I didn’t need to create any hidden iframe.
Now time to create autoresponders’ templates…
Forum: Reviews
In reply to: [WP RSS Multi Importer] Interesting plugin, not sure if it's what I needI tried the link that you posted above and it’s getting the publications that newsreach does.
I need to get the content that my client uploads to its newsreach account.
Sorry if I’m unclear, I feel that my brain is shutting down xD
Forum: Reviews
In reply to: [WP RSS Multi Importer] Interesting plugin, not sure if it's what I needHey Allen,
thanks for the info.
I’ll have to code the data gathering and store the info into the WP database, as shown here.
Hope this help anyone in my shoes ??
Forum: Reviews
In reply to: [WP RSS Multi Importer] Interesting plugin, not sure if it's what I needHi, thanks for the early response.
I think I am looking where I shouldn’t.
I’ll explain myself:
– I have a fresh WordPress instalation.
– I have a newsreach account where my client have news and content. There is an API to pull these content out but I don’t feel really confident with coding PHP into WordPress, so I was looking for a plugin to get these news.I don’t need the publications that newsreach.co.uk does, but the content within an account.
When I asked my client how they get the content before, they pointed me to https://developers.newsreach.co.uk/ and I’m lost (and probably terrified) between all the new things that were throw at me :S
It has been a long and overwhelming week… hope next monday I see this clearer.
Forum: Plugins
In reply to: [Contact Form 7] contact form 7 doesn't send emailsPoint taken, but I think the topic is the same, isn’t? Sorry if I’m wrong.
Forum: Plugins
In reply to: [Contact Form 7] contact form 7 doesn't send emailsHi,
I just received some work from a previous developer (I hate that things :] ). I have WordPress 3.5.1 and Contact Form 7 3.5.
As far as I know if the box with green borders shows, the PHP mail function worked successfully, but I didn’t get a single email so far…
Any clue about this issue?
Forum: Fixing WordPress
In reply to: Fatal error: Cannot redeclare class Walker_PageHi, I’ve the same issue after the WordPress administrator tried to upgrade the installation last friday (19/07/2013). I’m quite noob with WordPress and could use an extra brain ??
I’ve been googling some time and there is more people with this problem, but seems that there is not a easy step-by-step solution.
Edit: I tried what you’ve been talking in the thread, fruitless ??