Srechko
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] How to reduce the post title font size?Found this in page-title.php, but it there an easier way to do this?
Forum: Themes and Templates
In reply to: [Hueman] How to reduce the post title font size?Actually not fixed yet, I need to have the page title reduced only, this is set to be h1 somewhere I can’t find where. Problem is if I reduce size of h1 then other things get affected too. I just want page title reduced.
Forum: Themes and Templates
In reply to: [Hueman] How to reduce the post title font size?Never mind I fixed this by updating manually php files mentioned above and changing h2 to h1.
Forum: Themes and Templates
In reply to: [Hueman] How to reduce the post title font size?Found the following snippets in content.php, content-featured.php, and content-standard.php:
<h2 class=”post-title entry-title”>
” rel=”bookmark” title=”<?php the_title(); ?>”><?php the_title(); ?>
</h2><!–/.post-title–>Why are these under h2 when they react when I change h1 font? When I change size of h2, post title is not affected.
Forum: Plugins
In reply to: [Social LikeBox & Feed] Error: Not a valid Facebook Page URL.Thanks for your help, I actually put the app id in the wrong place on the form, for the popup menu. I just realized the other tab of data is for the sticky box. After I added the Page ID in a sticky box tab plugin started to work properly.
Forum: Plugins
In reply to: [Social LikeBox & Feed] Error: Not a valid Facebook Page URL.Hello,
I get the same error, I am linking to a page, not to a private profile. Here is the link:
https://www.facebook.com/escapadetourscr/
I add “escapadetourscr” to the Page ID on the fb like box plugin, this page is public and anyone can open it, however I get this annoying error “Error: Not a valid Facebook Page url.”
In face, whichever page id I place there, I get the same error.
What is wrong here??
- This reply was modified 9 years, 2 months ago by Srechko.
Ok I made this work finally, I added the code below to my page.php:
<?php //Checks for and uses wp_pagenavi to display page navigation for multi-page posts. if ( function_exists('wp_pagenavi') ) wp_pagenavi( array( 'type' => 'multipart' ) ); else wp_link_pages(array('before'=>'<div class="post-pages">'.__('Pages:','hueman'),'after'=>'</div>')); ?>Thanks Denzel for your input, but I am not able to fix it. I found the documentation and that is no help as I should already have the fix included. As per this link:
http://presscustomizr.com/hueman-v3-1-1-release-note/
New release (the one I have) includes “Better compatibility with the wp_pagenavi plugin
The single.php template has been changed for a better compatibility with wp_pagenavi for multi-part posts”
I have the fix, I see it in single.php, but this simply doesn’t work:
<?php //Checks for and uses wp_pagenavi to display page navigation for multi-page posts. if ( function_exists('wp_pagenavi') ) wp_pagenavi( array( 'type' => 'multipart' ) ); else wp_link_pages(array('before'=>'<div class="post-pages">'.__('Pages:','hueman'),'after'=>'</div>')); ?>Why doesn’t the code recognize I have wp_pagenavi?
Please help, this is frustrating as in the previous version it worked perfectly.
Thank you
Tried another plugin “Easy WP Page Navigation”, behaviour is exactly the same. There is something in the Hueman’s new version files that prevents this from working.
Found a similar post, suggestion was to add
<?php wp_link_pages(); ?>in page.php after<?php the_content(); ?>I did that and that kind of works, but that is not using the plugin, it just shows simple: Pages: 1 2
Hi Bdbrown!
Thanks, you’re probably right and that is why this doesn’t work. This plug in is not listed in the plug in add new list at all which is strange as most sites talk about it when it comes to translations. I guess I will have to find another way to translate my site!.
Srechko
Wonderful, I read 1000 forum posts and no results..this works perfectly..have to educate myself more about css..
Thanks very much!!