hi bro, how to remove continue reading button?
if ( ! function_exists( 'follet_continue_reading' ) ) :
/**
* Return a continue reading kind of text.
*
* Take on this function by declaring it before this file is loaded.
*
* @param boolean $display If false, the text will be printed.
* @param boolean $excerpt Whether the text is gonna be used next to an excerpt.
*
* @return string Text for "continue reading".
* @since 1.0
*/
function follet_continue_reading( $display = false, $excerpt = true ) {
$bootstrap = _follet_bootstrap_active();
// Create link in case this is gonna be used next to an excerpt.
if ( $excerpt ) {
add_filter( 'follet_continue_reading', '_follet_continue_reading_excerpt_link' );
}
$continue_reading = sprintf(
__( '%1$sContinue reading %2$s', 'follet' ),
sprintf( '<span class="meta-nav%s">', $bootstrap ? ' btn btn-primary btn-lg btn-block' : '' ),
sprintf( '%s</span>', apply_filters(
'follet_continue_reading_icon', ' <span class="icon icon-next"></span>'
) )
);
$continue_reading = apply_filters( 'follet_continue_reading', $continue_reading );
if ( $display ) {
echo $continue_reading;
}
return $continue_reading;
}
endif;
]]>
hello!
My top menu’s words have a fairly many letters in it, and they are showed in full text. So my top menu has 3 lines that looks similar to below.
Koreanisches Recht Deutsches Recht Gewohnheit Recht Japanisches Recht
Gesetz zum internationalen Handelsverkehr
Angelegenheit …….
I want them to be showed like this way in one line
Koreanis…… Deuts…..t Gewoh….. Japani…… Geset……Angele….. XXXX …….
How can I do this? I’m completely new to anything such as CSS, PHP…
]]>Good day,
I am trying to translate the them Follet in French, but the provided .pot and .po files are very partial.
Where can we find the rest of the strings to translate?
]]>Hello. Can anyone tell me why any main menu page link stops working (on click), if I add a page to it as a sub-page?
It’s still visible in the menu, but it will no longer navigate to the page when clicked…the site just remains on the last page viewed instead…only the sub-pages are navigable
]]>hello, is it possible to switch off the header image from tiling please?
]]>By default, the size of the header image varies with the width of the browser page. Is there a way to force the image size to be fixed? In particular I’d like the image height to always be the same and if the browser page is too narrow, simply have the right hand side of the image be cut off at the page edge – in other words, more of the image comes into view as the page is widened by the user, but nothing else changes.
Many thanks, Mike.
]]>I’ve downloaded, installed and activated the Follet theme on a website (currently the test URL is jessicawhitmore.dreamhosters.com). I’m trying to change it using a child theme. I started out by editing the theme files of footer, header, and page. I got it looking like I want to. However, to ensure that the changes are maintained with any updates to the theme, I need to move those files to a child theme. However, when I create and activate a child theme…even with just a CSS file…it removes the top navigation menu and moves the sidebar (which should be on the side) to the bottom. Same thing happens when I try copying the revised files to the child theme directory. My first inkling is that it has to do with the calls to the files in the template directory from the header and footer pages. However, when I copy those files to a template directory in the child-theme directory, the same thing happens. I also tried changing the links in those files to “../follet/template/”… with the same results. Any help you could provide in following recommended practices in creating these changes as part of a child theme rather than just staying with the edited main theme files? Thanks.
]]>When i add official Facebook plugin and activate comments support show me following error.
]]>