Elektrongt
Forum Replies Created
-
Forum: Plugins
In reply to: [Awesome Logos] Two containers!UPDATE!!!
I have managed to get rid of the extra container boxes mentioned above at point (D).
However, I would appreciate your advise on how i can select the version as in your DEMO III (with greyscale).
Many thanks!
Forum: Themes and Templates
In reply to: [Customizr] Slider Text & Translation FontExtra UPDATE!!!
It seems that all these above problems were created by my deactivating the plugin EASY GOOGLE FONTS which is ABSOLUTELY NECESSARY for proper typography functionality!
Once again thank you for your time for anyone having read this and allow me to reiterate how GORGEOUS the Customizr Theme is!
Marking this topic as resolved!
Forum: Themes and Templates
In reply to: [Customizr] Slider Text & Translation FontAN UPDATE!
I removed the following code from my child css:/*CHANGE Slider Text Font Size -------------------------------------------- */ /* Title text */ .carousel-caption h1 { font-size: 4em; } :lang(el) .carousel-caption h1 { font-size: 3.5em; } /* Button text */ .carousel-caption .btn { font-size: 1em; color: white; }
And the SLIDER issue got fixed!
HOWEVER!!!
I CAN NOT FIND THE TYPOGRAPHY MENU in the Customizr menu anymore!!!
The one where we would select the size and colour of H1, H2 etc…
ONLY the Google Fonts selection!
What has happened!!!!????This means 2 things!
1 – When I select Open Sans for the site the translation pages are missing characters, and when I insert the following code:/*Change Translated Pages font to Century Gothic --------------------------------------------------------------- */ :lang(el) { font-family: Century Gothic; } :lang(el) .navbar .nav>li>a { font-family: Century Gothic; } .btt-arrow { font-family: FontAwesome; }
in my child css it doesw NOT work anymore and the font in the polylalng translated pages changes to some weird Serif font as I described in my previous post!
Finally, I checked my cPanel uner child theme and there was an error log with the following:
“[01-Mar-2016 07:38:45 America/New_York] PHP Fatal error: Call to undefined function add_filter() in /newhome/eqnoieyt/public_html/wp-content/themes/customizr-child/functions.php on line 8”This is the code that this refers to:
// ==================================================================================================================== // CHANGE the Post Title Tag to h2 // ==================================================================================================================== add_filter('tc_content_title_tag' , 'my_title_tag'); function my_title_tag() { return 'h2'; }
Therefore all my Page & Post titles are now a different colour & size…
Please help!!!
What has happened with Typography in general ????Many many thanks!!
Matter resolved with the namecheap.com domain providers helpdesk.
Amazing help-desk support for everyone reading this!Forum: Plugins
In reply to: [Testimonial Slider] URGENT!!!! Whole Site Down!!!Website address is: https://www.eqnomics.org
Forum: Plugins
In reply to: [Testimonial Slider] Settings Page has dissappeared!!URGENT URGENT URGENT!!!!
I installed a different testimonial slider to test and before I deactivated that one I re activated the Slider Villa one and I received the following message:
Fatal error: Cannot redeclare get_testimonial_slider() (previously declared in /newhome/eqnoieyt/public_html/wp-content/plugins/testimonial-slider/slider_versions/testimonial_1.php:66) in /newhome/eqnoieyt/public_html/wp-content/plugins/wp-testimonial-with-widget/templates/wp-testimonial-slider-template.php on line 128MY WHOLE WEBSITE IS NOW DOWN!!!
Please provide me with a solution URGENTLY!!Thank you!
Dear Steve,
Thank you so for identifying the error!!!
Indeed this picture had been uploaded with Greek characters in the title and this seemed to have muddled things up with FB (and perhaps other social..)I shall close this topic for now and again many many thanks!
Dear Steve,
Thank you so much for your reply!
I shall change all the photo titles to English for uniformity purposes (although the reson I use them is for keyword pick up) but I do not think this will solve the problem which is exactly the same in the English version of the page here:
https://www.eqnomics.org/eqblog/what-happens-when-children-dont-have-the-internet-for-a-whole-day/If you share on FB, the exact same thing happens and the photo title is oin english…
Any other ideas??
Thank you in advance!
Forum: Plugins
In reply to: [Testimonial Slider] Settings Page has dissappeared!!Hello sagar.k,
Thank you for your message.
I have indeed contacted you at support1[at]slidervilla[dot]com for 3 days now with support ticket No.: #863 Testimonial Slider Lines Break issuebut have not heard back still!!
Any ideas on how to manage this?
Many thanks!Forum: Themes and Templates
In reply to: [Customizr] Change Title colour with Featured Pages UnlimitedThere was an issue with colour showing up in different devices..
The actual final solution that seems to make the most sense is:/**first featured page**/ .fp-one .fp-title { border-bottom: 1px solid #f1283a !important; } /**second featured page**/ .fp-two .fp-title { border-bottom: 1px solid #00bce9 !important; } /**third featured page**/ .fp-three .fp-title { border-bottom: 1px solid #c5d453 !important; } /**fourth featured page**/ .fp-4 .fp-title { border-bottom: 1px solid #a539c0 !important; }
I am therefore now marking this topic as closed!
Have a great weekend everyone!
Dear SU Team or anyone reading this!
Any ideas?
Solutions?
Thanks!Forum: Themes and Templates
In reply to: [Customizr] Scroll to top icon has changed to a peculiar symbolDear rdell,
I went ahead and re-added:
.btt-arrow { font-family: FontAwesome; }
And now it seems to work just fine both on desktop & android.
I shall mark this topic as closed then and thank you again for the help!
Have a great weekend!Forum: Themes and Templates
In reply to: [Customizr] Scroll to top icon has changed to a peculiar symbolDear rdell,
ANy ideas?
The Greek language version of the website is still showing the peculiar icon…
Thank you in advance!Forum: Themes and Templates
In reply to: [Customizr] Scroll to top icon has changed to a peculiar symbolIt does not seem to do…
Neither on desktop nor on android.
Desktop image here: https://tinypic.com/r/5memo7/9
You can see the icon looking like a sigma…
Any ideas?Forum: Themes and Templates
In reply to: [Customizr] Scroll to top icon has changed to a peculiar symbolDear Uber helpful rdell,
Thank you for your swift repsponse!
This fixed the issue for the English version of the website, but the peculiar icon persists in the Greek version..
Perhaps re-include the above script but change the “genericons” bit to “font-awesome” ?