raphaefeli
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Thumbnails on galleries are in different sizesok, i made another change. to keep up with the aspect ratio of the featured image, i updated my thumbnail sizes to 279×130 and changed my galleries to 3 column instead. ran the regenerate plugin and things seem to work now. the blurry images are also gone.
thanks for the help bdbrown!
Forum: Themes and Templates
In reply to: [Hueman] Thumbnails on galleries are in different sizesso, i began with setting the default thumbnail size back to 150×150 and ran the regenerate plugin. did not work, in fact, it looks worse.
here’s a screenshot of my settings: https://www.thef1fan.com/wp-content/uploads/2015/04/2015-04-02_1117.png
Example page: https://www.thef1fan.com/formula-1-news/2015-malaysian-grand-prix-photos?cache=no
still no luck ??
Forum: Themes and Templates
In reply to: [Hueman] Thumbnails on galleries are in different sizesThank you. The default thumbnail size is in fact reset. Since the container width is 209px, should I change the auto size to 209×209 so that the images are not distorted?
Thanks
Forum: Plugins
In reply to: [FB Page Promoter Lightbox] FB Page promoter doesnt work on homepagedoes anyone know how to fix this issue? it is not working on the home page for me.
Forum: Themes and Templates
In reply to: [Hueman] Ommiting Pages from Search results but NOT in Edit Modestill not working. still getting a syntax error… here’s all the code in my functions file:
<?php /* ------------------------------------------------------------------------- * * Custom functions /* ------------------------------------------------------------------------- */ // Add your custom functions here, or overwrite existing ones. Read more how to use: // https://codex.www.ads-software.com/Child_Themes // function to pull custom responsive css function alx_styles() { wp_enqueue_style( 'style', get_stylesheet_uri() ); if ( ot_get_option('responsive') != 'off' ) { wp_enqueue_style( 'responsive', get_stylesheet_directory_uri().'/responsive.css' ); } if ( ot_get_option('custom') == 'on' ) { wp_enqueue_style( 'custom', get_template_directory_uri().'/custom.css' ); } wp_enqueue_style( 'font-awesome', get_template_directory_uri().'/fonts/font-awesome.min.css' ); } // function to remove pages from search function mySearchFilter($query) { if ($query->is_search) && (! is_admin()) { $query->set('post_type', 'post'); } return $query; } add_filter('pre_get_posts','mySearchFilter');
Forum: Themes and Templates
In reply to: [Hueman] Ommiting Pages from Search results but NOT in Edit ModeI’m getting a syntax error… i’m not a php expert, i can’t figure out why.
function mySearchFilter($query) { if ($query->is_search) && (! is_admin())} $query->set('post_type', 'post'); } return $query; } add_filter('pre_get_posts','mySearchFilter');
Forum: Themes and Templates
In reply to: [Hueman] Ommiting Pages from Search results but NOT in Edit Modei’m not sure what to do here. can you give me the steps? thx
Ok bdbrown, I figured out! I disabled all my plugins one-by-one and there was some sort of conflict between Yoast SEO and Simple Custom Post Order.
Disabling Yoast fixed the problem and enabling Simple Custom Post Order brought the problem back. I went ahead and deleted Simple Custom Post Order and the issue is gone.
Thanks for your help. I’ll have more questions on other things and I’m looking forward to your help!
hi bdbrown, i just changed it and nothing happened. take a look…
this is strange stuff!
Nope, the visibility is set to public and the “stick” box is unchecked.
Hi bdbrown the post date is “Published on: Mar 3, 2015 @ 20:56” . I changed the dates around to a different day and then back to Mar 3 and nothing changed….
Forum: Themes and Templates
In reply to: [Hueman] Featured articles showing twice on index pageThanks bdbrown!
Forum: Themes and Templates
In reply to: [Hueman] Collapse Mobile Menu in Initial Statehi bdbrown, thanks for looking into this. here’s a test page – it is the only one working the site, but it has a nav bar with multiple items.
Forum: Themes and Templates
In reply to: [Hueman] Collapse Mobile Menu in Initial Statehi bdbrown, i’m working on a local instance, but will move everything online and let you know. thanks for the help!
Forum: Themes and Templates
In reply to: [Hueman] Mobile / Tablet Menu CollapsingDoes anyone know if there’s a solution to this? The menu is collapsed with the code above, but it hides behind the page content once you expand it. I’d really love if I could have a functional menu since i have lots of pages and don’t want my users to scroll a lot.