bimmerime
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to make a href link dynamicany insights?
Forum: Fixing WordPress
In reply to: How can i get the last post permalink image titleThanks but how can i implement it with my code?
Forum: Fixing WordPress
In reply to: How can i get the last post permalink image titleHi,
thanks for the reply
the image should be the featured image of that post
also i tried what you suggested but it did not change anythingForum: Fixing WordPress
In reply to: how can i call a widget inside a pageactually i’m using this plugin https://wordpress.org/plugins/amr-shortcode-any-widget/
but it did not integrate well with my theme
is a manual way to add a widget with no plugins!
ThanksForum: Fixing WordPress
In reply to: How Can I add a text link above an image?Great, Thanks
Forum: Fixing WordPress
In reply to: How Can I add a text link above an image?Perfect, just what I was looking for
ThanksEdit: is there a way to make the whole image clickable because the above code make only text clickable!
Thanks againForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] change the header border colorThanks,
that worked like a charmForum: Plugins
In reply to: [AddToAny Share Buttons] how to choose the addtoany share buttons?actually it’s working now
what i did was to limit the number to 2
exclude the 6 other buttons and prioritize reddit and stumbleuponone more thing thought. when i share with reddit. it pulls the post title with the site name like this “post title – site name”
how can i remove the site name and make it pull only the post titleThank you
Forum: Plugins
In reply to: [AddToAny Share Buttons] how to choose the addtoany share buttons?well, i want the universal menu to only display reddit and stumbleupn. so what i did was to hide the more button with this line of css `a#a2apage_show_more_less.a2a_menu_show_more_less.a2a_more {
display:none;
}`
which left me with only 8 share buttons. i excluded the ones i didn’t need but instead of showing “reddit” and “stumbleupon” it only show reddit and a blank space
what did i do wrong?Forum: Plugins
In reply to: [AddToAny Share Buttons] how to choose the addtoany share buttons?no way to do this ??
Forum: Plugins
In reply to: [WP First Letter Avatar] bbpress integrationActually i’m not using another plugin.
when you are logged in and you visit another user profile at the top you see your avatar instead of the user’s avatar.
maybe you were not logged in when you checked it??Forum: Fixing WordPress
In reply to: CSS works only when logged inI’m using WP super cache. but I already emptied the cache multiple times.
Forum: Plugins
In reply to: [WP First Letter Avatar] bbpress integrationHi,
I think I found another bug 🙂 when I visit another user’s profile the avatar displayed is mine and not the user’s.nevermind i found it
this is the code if any one is wondering
/** * Add Homepage crumb to the crumbs property */ private function add_home_crumb() { $this->add_predefined_crumb( $this->options['breadcrumbs-home'], get_home_url ('', 'your page slug'), true ); }Forum: Plugins
In reply to: [WP First Letter Avatar] bbpress integrationThanks. I just updated the plugin and it’s working perfectly.