ArnaudBan
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Oblique] no featured image in some postsYou can add this CSS
.post.format-video .single-thumb{ display:none; }
Forum: Themes and Templates
In reply to: [Oblique] social media icon menuIf you have a recent version of WordPress you can use the customizer (Appearance -> Customize ) to add CSS ( Aditional CSS ).
Then you can past this :
.social-navigation li a[href*="pinterest.fr"]::before { content: "\f0d2"; }
- This reply was modified 7 years, 3 months ago by ArnaudBan.
Thank you for your response.
Forum: Plugins
In reply to: [WP Term Images] Expose Term Meta via the REST API?That is just what the pull request a made is about :
https://github.com/stuttter/wp-term-images/pull/13If you need this now, you can use the fork a made for the pull request :
https://github.com/ArnaudBan/wp-term-imagesForum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] PHP7 errorThank you Peter, editing the file work fine !
Forum: Plugins
In reply to: [Widget embed latest Tweets] Change widget backgroundHi,
Sorry for the delay of the response, i was on holiday.
1. You can not change anything about the appearance of the widget.
2. This depends on your theme. You can put the widget in any sidebar that your theme provide.
3. You can set a maximum width.Hope it help.
Forum: Plugins
In reply to: [Widget embed latest Tweets] Iframe with spaceHi,
The plugin use the embed code so it is Twitter’s. They update it when they want.
Forum: Plugins
In reply to: [Intuitive Custom Post Order] Missing custom post typeIntuitive Custom Post Order only Works with custom post type that are public
Il you want to add au Custom Porst Type that is not public, like your ‘slide’ CPT you can filter the option of the plugin this way :
function prefix_add_cpt_to_hicpo_options( $option ){ $option['objects'][] = 'slide'; return $option; } add_filter( 'option_hicpo_options', 'prefix_add_cpt_to_hicpo_options');
Forum: Plugins
In reply to: [Widget embed latest Tweets] Widget embed latest Tweets emptyThis was a problem that i fixed in the update 0.6.4. Which version of the plugin do you use ?
Forum: Plugins
In reply to: [Widget embed latest Tweets] Fatal errorHi,
Sorry for your bad experience. My best guess is that it is a conflict with another plugin. Try deactivate all plugin except “Widget embed latest Tweets” and then activate all your plugins one by one. If one plugin cause the same blank page error then you have found the conflicted plugin.
I will be happy to help you more but you will have to wait until next week because i am on holiday for now.Best regards
Forum: Plugins
In reply to: [Widget embed latest Tweets] Fatal errorI’m closing this topic
Forum: Plugins
In reply to: [Widget embed latest Tweets] Twitter Feed Suddenly not ShowingHi,
This is already the case. The plugin check for update only every 5 minutes. Maybe i can make this number an option so that the personnes who tweet less can check for update every 1 or 2 hours.
Forum: Plugins
In reply to: [Widget embed latest Tweets] Won't save – goes to 'not found'Hi,
What is the URL of the 404 not found page ?
What version off WordPress do you use ?
Thank you ! (merci ??
Forum: Plugins
In reply to: [Widget embed latest Tweets] Customize LayoutI’m sorry but Twitter deliver the HTML, that’s oEmbed. So there is nothing i can do.