alexvtn
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [SuevaFree] Font change in version 1.4.2I’ll send you a plugin to keep this customization, please send me an email to support at wpinprogress dot com
Best regards
Alex
Forum: Themes and Templates
In reply to: [SuevaFree] Font change in version 1.4.2Hi
Abel font doesn’t support cyrillic characters
you can integrate again Abel font in this way
1) edit main.php file under suevafree/core/ and replace
wp_enqueue_style( ‘suevafree-google-fonts’, ‘//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic|Raleway:400,800,900,700,600,500,300,200,100|Allura&subset=latin,greek,greek-ext,vietnamese,cyrillic-ext,latin-ext,cyrillic’ );
with
wp_enqueue_style( ‘suevafree-google-fonts’, ‘//fonts.googleapis.com/css?family=Abel|Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic|Raleway:400,800,900,700,600,500,300,200,100|Allura&subset=latin,greek,greek-ext,vietnamese,cyrillic-ext,latin-ext,cyrillic’ );2) replace each reference of Roboto and Raleway from style.css file, for example
font-family:’Raleway’,Verdana, Geneva, sans-serif;
to
font-family:’Abel’,Verdana, Geneva, sans-serif;
Best regards
Alex
WPinProgress
Forum: Themes and Templates
In reply to: [SuevaFree] View Comments setting is missing in CustomizerHi
i fixed this issue and i deleted each reference for the suevafree_view_comments option
you can download the new version from https://www.ads-software.com/themes/download/suevafree.1.4.0.zip
Best regards
Alex
WPinProgress
Forum: Themes and Templates
In reply to: [SuevaFree] post imagesHi
you need to upload a featured image, for each post
Best regards
Alex
WPinProgress
Forum: Themes and Templates
In reply to: [Nova Lite] Fatal error on installation (with solution)Hi
thank you so much
Best regards
Alex
WPInProgress
Forum: Themes and Templates
In reply to: [Nova Lite] how to set two or three column post blog page ?Hi
it’s not possible with the free version, sorry
Best regards
Alex
WPinProgress
Forum: Themes and Templates
In reply to: [Nova Lite] Comments section on Nova Lite Theme?Hi
have you enabled the discussion from “Allow comments” button, for each page?
Best regards
Alex
WPinProgress
Forum: Themes and Templates
In reply to: [Looki Lite] Drop down menu disabledHi
in the free version the menu button is supported, can you send me an email to [email protected] with the link of your site?
Best regards
Alex
WPinProgress
Forum: Themes and Templates
In reply to: [SuevaFree] Change footer backgroundHi
also, you can manage the background footer, from the “Background” tab, in the option panel.
Best regards
Alex
Forum: Themes and Templates
In reply to: [SuevaFree] Show author on postHi,
open all files into suevafree/core/post-formats/ and, before this part:
<?php if ((is_home()) || (is_category()) || (is_page()) || (is_search()) ) {
add
<p><?php _e( "Written by ","wip").the_author_posts_link(); ?></p> <?php if ((is_home()) || (is_category()) || (is_page()) || (is_search()) ) {
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Best regards
Alex
Forum: Themes and Templates
In reply to: [SuevaFree] Date and comments barely visableHi
Great, thank you ??
Best regards
Alex
Forum: Themes and Templates
In reply to: [SuevaFree] Remove the Featured image effectHi,
try to add, from the option panel into the custom css section, this code:
.wp-post-image:hover {
-moz-transform: none;
-webkit-transform: none;
-o-transform: none;
transform: none;
}Best regards
Alex
Forum: Themes and Templates
In reply to: [SuevaFree] Sidebar on search page and search resultHi
is not available a sidebar for the search page
Best regards
Alex
Forum: Themes and Templates
In reply to: [SuevaFree] Make page titles so they don't showHi,
please open a ticket from ThemeinProgress
Best regards
Alex
Forum: Themes and Templates
In reply to: [SuevaFree] Lightbox on the recent postHi
is not possible add a lightbox for the thumbails, is necessary edit the theme. You can found this feature in Looki Lite.
Best regards
Alex