teugene
Forum Replies Created
-
Forum: Plugins
In reply to: [Glossary] Does not work on pages built with Bricks BuilderI’ve added the line as instructed. Still don’t see anything unfortunately.
- This reply was modified 3 years ago by teugene.
Forum: Plugins
In reply to: [Glossary] Does not work on pages built with Bricks BuilderThanks for the reply. I’m editing a page with Bricks for now. It might include a single template as well but we haven’t worked on anything like that yet.
Based on your patch, do I add it like this at line 100?
return (string) \iconv( 'UTF-8', 'UTF-8//IGNORE', $this->text, $this->already_found = array() );I did just that and the render blocking issue was resolved. Thanks much!
Forum: Plugins
In reply to: [WP Popular Posts] Using post thumbnail size and custom rangeAww shucks… that’s what I’m afraid of :/ I’ll work with the widget instead then. Thanks so much for your replies.!
- This reply was modified 9 years, 1 month ago by teugene.
Forum: Plugins
In reply to: [WP Popular Posts] Using post thumbnail size and custom rangeHi again, have been trying things out and I’m still a bit confused about the thumbnails. Below is a sample code in which I’m using the wpp_get_mostpopular() template tag. How do I select which thumbnail size to use in this situation?
Secondly, does the “Ajaxify widget” option still work in this situation?
wpp_html = '<div class="col-xs-12 col-sm-4 col-lg-4 boxy"> <div class="content panel panel-default"> <div class="panel-image">{thumb}</div> <div class="panel-content"> <div class="panel-body"> <div class="panel-category">{category}</div> <div class="panel-title">{title}</div> <div class="panel-excerpt">{summary}</div> </div> </div> </div> </div>'; $args = array( 'freshness' => 1, 'stats_category' => 1, 'post_html' => $wpp_html, 'post_type' => 'post' ); wpp_get_mostpopular( $args );Forum: Plugins
In reply to: [WP Popular Posts] Using post thumbnail size and custom rangeWhoops, I didn’t realise I need to save the widget settings to see the additional options!
Also, is there anyway I can select the specific thumbnail in the template tag (post_html)?
Forum: Plugins
In reply to: [WP Popular Posts] Using post thumbnail size and custom rangeThanks for the reply! Apologies if my comment wasn’t clear, I was referring to the Post Thumbnails that was added with add_image_size(). Can I use a thumbnail inside the output with the current version?
Forum: Plugins
In reply to: [Featured Video Plus] Featured Video overrides Featured ImageI’m having this same problem which were not present in the previous versions prior to version 2. After updating this plugin in a two separate test sites, the feature image no longer shows but is replaced by the featured video no matter what settings I selected. I have no caching plugin enabled.
Selecting “Replace featured image on click” – No change
Selecting “Open video overlay when featured image is clicked.” – No changeOne of the test posts in question:
http://dev.tonguechic.com/fashion/my-favorite-things/Forum: Plugins
In reply to: [Nav Menu Images] roll over image, using the smae one for every itemI had the same problem but I’ve found a workaround to it.
At the menu item, after clicking the “Upload menu item image”, make sure to select “Uploaded to this post” instead of showing “All media items” from the dropdown menu. From there, I uploaded and set the images for normal and hover accordingly and clicked “Set featured image”. Then be sure to click “Save Menu” on the menu screen to refresh. If you don’t “Save Menu” to refresh the page and if you select another menu item and do the steps above, you will see the previously uploaded images from the last menu item you edited.