tishonator
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [fClub] Expanding the Right MarginHi @jimw53 ,
Thanks for choosing a theme by us π
Here is a guide with necessary steps:
fClub Theme: Make Content Full-Width
I hope it helps π
Thanks,
Tihomir
Tishonator TeamForum: Themes and Templates
In reply to: [fKidd] HTML in slider for fKidd theme escapes quotation marksHi @eponymousarchon ,
Thanks for choosing a theme by us π
The issue occurs because of HTML validation we use for slide content.
You can workaround the issue by:
1. open functions.php for edit (Admin Panel -> Left Menu -> Appearance -> Editor)
2. Replace the following code:
function fkidd_sanitize_html( $html ) { return wp_filter_post_kses( $html ); }with:
function fkidd_sanitize_html( $html ) { return $html; }3. Save changes
Thanks,
Tihomir
Tishonator TeamForum: Themes and Templates
In reply to: [fInteriorDesign] Can’t change menu/footer coloursGreat π I’ll mark the thread as resolved.
P.S. If you like our theme, you could support us by adding rating to it π
Thanks,
Tihomir
Tishonator TeamForum: Themes and Templates
In reply to: [fInteriorDesign] Can’t change menu/footer coloursHi,
the above will change the main menu background color, isn’t that the expected change?
Instead of making changes into style.css, I’d suggest:
1. Login to your Admin Panel
2. Navigate to Left Menu -> Appearance -> Customize -> Additional CSS
3. Then insert:
#navmain {background-color:#4AA246;}
4. Save changesThanks,
Tihomir
Tishonator TeamForum: Themes and Templates
In reply to: [fBlogging] horizontal line tag issueHi,
does the issue still exist? I presume it’s working fine with Gutenberg editor now.
Thanks,
Tihomir
Tishonator TeamForum: Themes and Templates
In reply to: [fTravel] Problems I have with this themeHi Maria,
Thanks for choosing a theme by us π
> how i can delete the search bar and the messsage βIt seems we canβt find what youβre looking for. Perhaps searching can help.β.
You need to edit the 404.php template
> second i tryed to add widgets on homepage and it dispay nothing.
You need to set a Static Front Page for Homepage in order to display the Homepage widgets.
Thanks,
Tihomir
Tishonator TeamForum: Themes and Templates
In reply to: [fInteriorDesign] Main Nav not working on smartphone or ipadHi CArRiE,
Thank you for reporting this issue.
It’s now fixed. Please update to the latest theme version fInteriorDesign ver. 1.0.8
Thanks,
Tihomir
Tishonator TeamForum: Themes and Templates
In reply to: [fMedicine] Remove the sidebar areaHi All,
we’ve just released a new fMedicine theme version (ver. 1.0.9) which includes a Full Width Page template (Template Name: No Sidebars Page).
Thanks,
Tihomir
Tishonator Team- This reply was modified 9 years, 5 months ago by tishonator.
Forum: Themes and Templates
In reply to: [fART] disable slider- how to?Hi @ebhead,
> I want to disable the slider on the blog page. How do I do it?
Delete the following code from home.php:
<?php fart_display_slider(); ?>
Thanks,
Tihomir
Tishonator TeamForum: Themes and Templates
In reply to: [fPsychology] Javascript issue on all pages other than home pageHi All,
First, Thanks to all for use a theme by us π
The javascript error is already resolved (since a few versions ago).
If you find any issue, please don’t hesitate to publish a new thread to the support forum and we will investigate/fix the issue ASAP π
Thanks,
Tihomir
Tishonator TeamForum: Themes and Templates
In reply to: [fBlogging] Can't downloadHi @junaidakhlaq,
it seems to be a temporary issue with local network. I’ve just checked and the theme download works as expected.
Thanks,
Tihomir
Tishonator TeamForum: Themes and Templates
In reply to: [fGymm] TwitterHi @batina23,
the twitter icon is already integrated with some of the newer twitter icons.
Thanks,
Tihomir
Tishonator TeamForum: Themes and Templates
In reply to: [fTourism] Need help making a few adjustmentsHi @dedtoon,
Thanks for choosing a theme from us π
> 1. what is the best size for the slider images
1920 x 420px
> 2. how do I hide the categories and archives from the left side of the site
We will add full-width page templates in a week or two
> 3. Is there an easier way to change the color of the theme
Not in the free version. You will have to update colors manually in style.css
> 4. How to set the number of posts per page. I think that there should be a max of 10 per page but it displays WAY more.
Admin Panel -> Left Menu -> Settings -> Reading -> ‘Blog pages show at most’
Thanks,
Tihomir
Tishonator TeamForum: Themes and Templates
In reply to: [fART] Static Front Page Not WorkingHi @dlnsparks,
First, Thanks for choosing a theme from us π
Well, that’s the default behaviour of the theme when a static front page is set: in that case only the columns are displayed.
If you want to change it, in front-page.php, insert the following code:
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); // includes the single page content templata here get_template_part( 'content', 'page' ); // if comments are open or there's at least one comment, load up the comment template. if ( comments_open() || get_comments_number() ) { comments_template(); } endwhile; // end of have_posts() wp_link_pages( array( 'link_before' => '<li>', 'link_after' => '</li>', ) ); else : // if no content is loaded, show the 'no found' template get_template_part( 'content', 'none' ); endif; // end of have_posts() ?> </div><!-- #main-content -->Below or above <?php get_sidebar( ‘home’ ); ?>.
Thanks,
Tihomir
Tishonator TeamHi @rovichonrado,
First, Thank you very much for choosing a theme from us π
In order to customize the Footer Menu, you need to navigate to Admin Panel -> Left Menu -> Appearance -> Menu, then create a new menu (with preferred menu items) and check the ‘Footer Menu’ checkbox, here’s a detailed guide: https://tishonator.com/menus
Thanks,
Tihomir
Tishonator Team