myosciur
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] RedWood Template – how to translate the promo boxes areaI found the promo boxes code, I don’t know though if there is a possibility to add polylang lines in here: https://www.dropbox.com/s/w8jhqwuakbj0vcv/Untiehetled-1.jpg?dl=0
thank you!
Forum: Plugins
In reply to: [Polylang] RedWood Template – how to translate the promo boxes areaI found this topic, because I need to know how it ends. Hope that’s ok!
I have the same theme Redwood. I’d like to translate “Continue Reading” and my Promo boxes (see http://www.viktoriagarvare.com)
I’ve been searching for “polylang adding strings”, “polyang read more”, etc for two days. All I found and did is this:– I added this line in my functions.php:
pll_register_string (‘Read more’, ‘Continue Reading’, ‘custom’, $multiline);Now I have the string in my Polylang settings, with two my languages, it worked, …almost:
– …then I tried to add pll__(…) but I’m not that good in php, so nothing happens, I don’t know how to help polylang find the string. I have too much code around this, where do I add it or what do I replace? Here is the screenshot of the theme’s code: https://www.dropbox.com/s/0hssuj2a4zpn6uo/Screen%20Shot%202016-11-04%20at%2010.09.27.png?dl=0
Also, about the promo boxes:
I can’t find where they are, so even if I can now add the string, I also don’t know where do the “boxes” appear in the files. They are not a widget, it’s in the theme’s customization. (I can guess it’s a bit different, because I then need to add an extra line where I write the box name..)Please help, specially with the “continue reading”..
Forum: Plugins
In reply to: [Better Font Awesome] Plugin changed theme’s iconsHi Mickey,
Thanks for the fast reply!
At least I know this is a problem on my side π I have found some FontAwesome files in the theme’s folders, it seems you are right.
Let’s hope some smart line of code in the theme can fix it, because I wouldn’t enjoy deleting plugin.I’m going to my theme’s support. Thank you!
/Best, Viktoria
Forum: Fixing WordPress
In reply to: a subdomain name (instead of permalink) for one pagePlease, how do I connect the pages? π
Forum: Networking WordPress
In reply to: where do I put script-line for a Page and the *.js itselfI found this: https://ithemes.com/2015/02/17/adding-scripts-wordpress-right-way/
..it is slightly advanced. Could anyone help me to create my enqueue-ing?
I’m installing jQuery Masonry (http://masonry.desandro.com/index.html).thank u
Forum: Networking WordPress
In reply to: where do I put script-line for a Page and the *.js itselfAm I wrong or <script></script> doesn’t really go with php files?
I’m getting a syntaxerror.Forum: Themes and Templates
In reply to: [Virtue] Portfolio navigation pushes H1 to the leftHej Kevin,
H1 is always in the center on any page, in all browsers. The problem was that this center shifts when the portfolio navigation’s in the line with the h1, which pushes title (h1) go to the left a bit.anyway π
Thanks Kadence Themes, it did help.
H1 stays in place now. Looks so much better in my opinion!Forum: Themes and Templates
In reply to: [Virtue] Main page is "jumping", layoutomg, how didn’t I see this!
Thank you so much Dave π
Works perfectly!Forum: Themes and Templates
In reply to: [Virtue] Changing templates. File permission doesn't workIt is indeed very weird π
It helped (meaning, it was the right ‘continued’), but the actual problem is still in place.
After I changed “Continued” to “Read more” I got this:“Parse error: syntax error, unexpected T_STRING in /home/myosciur/wp/wp-content/themes/virtue/templates/content-fullpost.php on line 74”
and I changed it again to “Readmore” without a space in between and it looks like this: http://viktoriagarvare.com/blog/journal/
I don’t know what is it why this problem occurs.
I think I will have to live with the “Continued” π Maybe it is something with my connection, server reads it wrong or something. I’m not good in all that.Thank you for your help. I love the theme π
Forum: Themes and Templates
In reply to: [Virtue] Changing templates. File permission doesn't workAh, thank you Child Theme is activated! (Widgets get messed up, but it appeared to be fixable).
Although your code didn’t change “Continued” π
you can see it here: http://viktoriagarvare.com/blog/journal/I copy/pasted it to the functions.php file. No result
Forum: Themes and Templates
In reply to: [Virtue] Changing templates. File permission doesn't workThank you for your help, really appreciate this.
I understood that the child theme is a good thing to have. I have been trying to fix that, but it is a little bit advanced, I’m getting -“The following themes are installed but incomplete. Themes must have a stylesheet and a template.”- in the Themes section, although I do as it says in the faq, and I do have style.css with the header + functions.php. I am not sure how do I proceed π and I guess it’s a different issue for a different topic.
I will try to fix that after New Years, will see how it goes, because I’d love to get a Child theme, seems like the best option. Hopefully it will solve the problem, otherwise I could leave it at that πForum: Themes and Templates
In reply to: [Virtue] Changing templates. File permission doesn't workJust tried and simply added a break between Read and More directly through templates editor. After I press Update File – comes the error.
Forum: Themes and Templates
In reply to: [Virtue] Changing templates. File permission doesn't workI meant variant
Read MoreForum: Themes and Templates
In reply to: [Virtue] Changing templates. File permission doesn't workI use Fugu, mac OS. I edit php files separately on my desktop (Fugu doesn’t allow to edit them directly through textedit). And I tried this variant as well __(‘Read More’, ‘virtue’). Still bugging.
And I might not know php that well, but I am sure I do paste and copy right π So I’m also confused.I might just leave it at that, it’s just one word.
Forum: Themes and Templates
In reply to: [Virtue] Changing templates. File permission doesn't workWell, that is what I did for past a couple of hours, and it just does not work.
Parse error: syntax error, unexpected T_STRING in /home/myosciur/wp/wp-content/themes/virtue/lib/cleanup.php on line 106
That is why I thought it could be the space between the words, because now I have __(βReadMoreβ, ‘virtue’), and it doesn’t bug.
__(‘Read More’, ‘virtue’) – gives error.