Kawsar
Forum Replies Created
-
Forum: Plugins
In reply to: [Publish To Apple News] Image caption formatting is messed upGreat, thanks please keep me updated
Forum: Plugins
In reply to: [Publish To Apple News] Image caption formatting is messed upJSON below
https://jsfiddle.net/marketsmedia/fq072pgt/Forum: Plugins
In reply to: [Publish To Apple News] Image caption formatting is messed upHere is a screenshot
https://i.imgur.com/u8Jcmfb.png
Caption shows up after 1 paragraph from the image. For all articles.
Forum: Plugins
In reply to: [TZ Plus Gallery] Facebook album not working..Yap. Same here not loading. Is there update or should I switch to a different plugin.
Forum: Plugins
In reply to: [Simple Staff List] Create a A-Z index?Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Google Calendar API v3@jojaba did that method work for you?
Forum: Fixing WordPress
In reply to: unable to login and reseted password not workingHave your tried different browser? or try resetting your current browser cache
Forum: Fixing WordPress
In reply to: How to Stretch Background Color of Center Column?The filler you are taking about is in the css. On line 221 os master.css
#maincol { background: url("images/bg_maincol.gif") no-repeat scroll 0 0 #FFFFFF; border-left: 1px solid #FFFFFF; border-right: 1px solid #FFFFFF; margin: 0 230px 0 0; width: auto; }
Change it to this
#maincol { background:url("images/bg_maincol.gif") repeat-x scroll 0 0 #FFFFFF; border-left: 1px solid #FFFFFF; border-right: 1px solid #FFFFFF; margin: 0 230px 0 0; width: auto; }
I don’t see the white line. Can you take a screenshot?
Forum: Fixing WordPress
In reply to: how to add icon post author ?I am not sure what you mean. are you trying to change your author icon?
Forum: Fixing WordPress
In reply to: Cannot set Hoem Page to Index pageYou are welcome. Glad to help
Forum: Fixing WordPress
In reply to: Cannot set Hoem Page to Index pageDo you have any caching plugin? Try Disabling all the plugins.
Forum: Fixing WordPress
In reply to: Cannot set Hoem Page to Index pageGo to you Setting > General > Reading
You will see
Front page displays
From there change the pageHere is a screenshot
Forum: Fixing WordPress
In reply to: Limiting the amount of text generated by '%link'…You mean read more? Use the following function
/* Credit : https://bit.ly/OKhlb0 -------Functions Trime Excerpt --------*/ function get_excerpt($count){ $permalink = get_permalink($post->ID); $excerpt = get_the_content(); $excerpt = strip_tags($excerpt); $excerpt = substr($excerpt, 0, $count); $excerpt = substr($excerpt, 0, strripos($excerpt, " ")); $excerpt = $excerpt.' <a href="'.$permalink.'">?</a>'; return $excerpt; }
When you want to call the excerpt just use
<?php echo get_excerpt(100);?>
Change the number to how many characters you wantForum: Fixing WordPress
In reply to: Facebook Share Thumbnail HelpYou have to use og meta
Like this
<meta property="og:image" content="https://www.somosguatemala.com/wp-content/uploads/2011/08/somosguatemala.jpg"/>
Forum: Fixing WordPress
In reply to: Cannot set Hoem Page to Index pageHave you tried the wordpress home setting? when you say root URL? what do you mean