Elektrongt
Forum Replies Created
-
Forum: Plugins
In reply to: [Testimonial Slider] Settings Page has dissappeared!!Dear Team,
After 7 hours of waiting I have deleted and reinstalled the plugin and having started from scratch I am now at the point that you can see in https://www.eqnomics.org.
You will notice that in certain slides of the slider where there is some font and colour styling (as indicated in the above comment) the lines break therefore making each testimonial longer ans some incomplete as their finish ends up below the slider border.
For the time being I have left it like this so you can see and advise…
Would you be so kin as to offer some advise on how to overcome this?
Many thanks!
Forum: Themes and Templates
In reply to: [Customizr] Change Title colour with Featured Pages UnlimitedThank you very much Menaka!
I did and proceeding from there:)
Just for reference sake and in order to assist other fellow members, this was the solution:You can use the following css codes in your child theme style.css
They will add underline to featured page title and also able to change the underline color./**first featured page**/
.fp-one h2 {
text-decoration: underline !important;
text-decoration-color: #0000f1 !important;
}/**second featured page**/
.fp-two h2 {
text-decoration: underline !important;
tex-decoration-color: #666666 !important;
}You can change the hex color code to your requirement.
Notice the class .fp-one in the above mentioned codes, this refers to the first featured page.
Therefore, .fp-two refers to the second featured page.
The other codes are of the same structure.All you need to do is to duplicate the above codes ( each set ) and replace with the correct class name.
The following are the list of class names, after the third featured page, all names are changed to numbers..fp-three
.fp-4
.fp-5
.fp-6
.fp-7
.fp-8You will need to clear cache plugin’s cache ( if there is any ), and clear browser history, in order for the updates to show on front end.
Happy 2016 to all!
Forum: Plugins
In reply to: [Magic Embeds] Change the time zoneDear everyone on this thread,
5 days have passed since my original question and follow-up on your identical to ours issues, and it seems that Mr. Sirvent is too busy to acknowledge our problem.
For those of you that still require the events time to be exact, facebook has a FREE solution of its own!
What you do is SHARE you event on your page’s wall so that it is now considered a post.
You then follow these directions from FB on how to embed this new post.
You can find them here: https://developers.facebook.com/docs/plugins/embedded-postsTo summarize, all you need to do is:
? Include this ONCE on top of page
<script>// <![CDATA[
window.fbAsyncInit = function() { FB.init({ xfbml : true, version : ‘v2.3’ }); }; (function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = “//connect.facebook.net/en_US/sdk.js”; fjs.parentNode.insertBefore(js, fjs); }(document, ‘script’, ‘facebook-jssdk’));
// ]]></script>Include this for every DIFFERENT event embed:
<div class=”fb-post” data-href=”xxxxxxxxxxxx” data-width=”640″></div>
where “xxxxxxx” is the link to the shared event post.
Hope this could help you and be safe!
Forum: Plugins
In reply to: [Magic Embeds] Change the time zoneForgot to mention that the “use local time” option in the wp-embed-facebook setting is already set to “show events on local time”.
Again thank you for your prioritising this!
Forum: Plugins
In reply to: [Magic Embeds] Change the time zoneDear Miguel,
First off CONGRATULATIONS for your wonderful, classy and straightforward plugin which looks brilliant even in its free version which we have currently installed!
Indeed we have EXACTLY the same problem with udioz and winterglow above. The time zone is waaaay off!
At the time of writing this, our WP “General Settings” indicate:
**GMT time is 2015-09-13 10:46:00 Local time is 2015-09-13 13:46:00 ** (a 3 hour diff)
Basis these, although our FB event shows start time @ 13:30 the embed shows as start time @ 09:00 (a 4 1/2 hour diff).
You can see this here: https://www.eqnomics.org/el/uncategorized/eqtraining/We were just ready to buy the premium version of this plugin but WE NEED to make sure that everything works dandy before we do and as you realise start and end times are very important!
(there is another issue with an empty line in the embed titled “Creator:” but this is not as pressing and perhaps material for a different thread:))As we are not experienced coders and not particularly eager to mess with theme folders, so could you please advise and/or perform a complete and inclusive resolution to this! The premium version shall be purchased straight after that (hell, even if we do not use it as the free one is goood:))
Many thanks in advance!
Eagerly awaiting!!!Actually, from some digging, it seems that the wording comes from:
/wysija-newsletters/controllers/front/confirm.php
In there (confirm.php), one can change the wording for both lines of text and page header I think, although the default title is quite serious and straightforward.
I am a true novice and just only installed mailpoet, but it seems to be working great, albeit the widget in the footer that looks odd with the title and input fields centered and the submit button aligned left…
Shall start a different topic for that.
Hope above helped:)
Forum: Plugins
In reply to: [Polylang] Different font for different Languages (again!:))Dear Chrystl,
YOU NAILED IT!
Spot on!At forst I thought I had to substitute your initial code with the new one, but quickly realised that I just nedded to ADD the code above.
Everything seems to be functioning perfectly!I did dig quite a bit but could not for the love of me find this clearly and you have helped me a lot.
And so many others with the same objective if I may say!For clarity purposes and summary, I re-copy/paste the final complete code below for everyones easier reference. Part of it is customizr-theme specific I guess but good to have it all in one place.
Once again, many thanks! Site looks beautiful now.
Complete code below:
:lang(el) { font-family: Century Gothic; } :lang(el) .navbar .nav>li>a { font-family: century gothic; } .btt-arrow { font-family: genericons; }
Forum: Plugins
In reply to: [Polylang] Different font for different Languages (again!:))Dear Chrystl,
First off…Brilliant!
This works everywhere it seems!…
BUT..1) It does not work for the Main Mainu and
2) For some reason the little “up” arrow that ‘takes you back-to-top’ on the bottom right seems to get corrupted…
website here: https://www.eqnomics.org
(select the greek flag pages and notice the difference between menu font and main body, as well as arrow)Any ideas please?!? ??
Forum: Plugins
In reply to: [Polylang] Different font for different Languages (again!:))Dear Chrystl,
Again, advance thank yous for your time!
I already have a Customizr-child-theme which includes a style.css and a functions.php files.
I therefore assume that I do not need the first step above?
Also, by adding the second piece of code you provided in the existing functions.php, how does that point to changing the translated pages to Century Gothic?
Is there something that my lack of knowledge helps me in missing?:)
Thank you so.Forum: Plugins
In reply to: [Polylang] Different font for different Languages (again!:))Hello Chrystl and many thanks!
Could you please be a bit more precise?
I.e.: Where do I include exactly what?
I simply need the translated to Greek pages to be fully in Century Gothic.
Not at all bored to look into the link you sent.
I DID!:)
immediatelly, but could not make head or tails with what exactly to include where…Thank you!