Dimitris Kalliris
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Custom CSS to remove footer creditsYou should create a child-theme indeed as mentioned before.
After that, copy the footer.php file from parent theme folder into the child theme folder and change line #58 (<?php tesseract_footer_branding(); ?>
) with the text you want.Hope that helps,
DimitrisForum: Themes and Templates
In reply to: [Hueman] Limit post title characters and post numbersThe featured slider is embedded on theme or are you using another plugin?
OK, found it… go to Dashboard->Appearance->Theme Options->Blog and set Featured Post Count to 4 or 6.
Cheers,
DimitrisForum: Themes and Templates
In reply to: [Hueman] Limit post title characters and post numbersHey there,
Would like to know how to limit the number of charracthers with the following “…” at the end.
go to Dashboard->Appearance->Theme Options->Blog and you’ll find a setting called Excerpt Length
The featured slider is embedded on theme or are you using another plugin?
Please advise,
DimitrisForum: Themes and Templates
In reply to: Can't access my DashboardReally glad to help!
Cheers!
Forum: Themes and Templates
In reply to: Can't access my DashboardHey there,
access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, navigate to
/wp-content/themes/butterfly-abode
folder and rename it to/wp-content/themes/_butterfly-abode
(just added an underscore).
This way the default theme will de activated and you will be able to access the dashboard.Please advise,
DimitrisForum: Themes and Templates
In reply to: Custom CSS to remove footer creditsHey there,
is this theme in WP directory?
My search returns nothing -> https://www.ads-software.com/themes/search/Tesseract/Please advise,
DimitrisForum: Hacks
In reply to: Adding mailchimp pop up???Hey there,
did you try ChimpMate?
Haven’t tested it but has support for pop-ups.Please advise,
DimitrisForum: Themes and Templates
In reply to: Home page not being displayedGlad to help!
Have a good one!
Forum: Themes and Templates
In reply to: [Bota] Content margins when in responsive modeI’m glad you made through this one! ??
Regards,
DimitrisForum: Themes and Templates
In reply to: [Accesspress Basic] How to disable post excerpts on home page?I’m glad you made it work! ??
Feel free to mark this topic as resolved,
DimitrisForum: Themes and Templates
In reply to: [Bota] Content margins when in responsive modeYou can add some CSS through a child-theme to surpass this.
Try@media only screen and (max-width: 800px) { #primary, #secondary, #tertiary { width: 92% !important; margin: 0px 4% !important; } }
Hope that helps,
DimitrisForum: Themes and Templates
In reply to: [Bota] Content margins when in responsive modeHey there,
is this in a live URL that you could provide?
Please advise,
DimitrisForum: Themes and Templates
In reply to: [Polar Lite] Some fields don't behave properlyHey there,
you can always try a WordPress default theme (e.x. twentysixteen) in order to test these issues. If these persist, it should be another plugin or the WP installation that causes them. If any of those occur, you can always de-activate your plugins and activate them one-by-one in order to get the conflicted one, and/or re-install WP files in your server.
Hope that helps,
DimitrisForum: Themes and Templates
In reply to: [Accesspress Basic] How to disable post excerpts on home page?Try
.home .entry-content { display: none; }
REF: https://codex.www.ads-software.com/Function_Reference/body_class#Front_Page
Hope that helps,
DimitrisForum: Themes and Templates
In reply to: Home page not being displayedHey there,
I’m glad you made it work! ??
Can you please mark this topic as resolved and create a new one with appropriate title/description?
Thanks in advance,
Dimitris