andreaguitar1
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] compatibility with X themeHi,
Just wanted to confirm that Polylang and the X theme do work together, also with Cornerstone.
I had a few glitches but in the end got everything working.
Sometimes there are details somewhere in the settings that can limit functionality if you don’t set them correctly for your needs.I found the following tutorials/support files useful:
https://plugins.svn.www.ads-software.com/polylang/doc/polylang-getting-started.pdf
https://polylang.wordpress.com/documentation/
Also, the support team at X theme can sometimes help you out even though unfortunately they officially don’t support the use of the Polylang plugin.
Forum: Plugins
In reply to: [Polylang] Force Home page languageThanks Chrystl,
That did it!
I think the key that determines the home page behavior is the “default language” setting in Polylang.
That was the only thing I hadn’t changed yet.I assume that means Polylang overrides whatever choice you make when you chose a static page in a specific language in the WordPress “reading” settings.
Forum: Plugins
In reply to: [Polylang] Force Home page languageHi,
Just wanted to let you know that I found a workaround by chance:
If i omit the “www” and type andreaguitar.com/nl then it does work…what’s happening?
Forum: Plugins
In reply to: [Polylang] Add media files window empty – solutionHi Chouby,
Thanks for clarifying.
I’ve never come across an area in the dashboard where I could translate media titles or descriptions, out of curiosity where/how would I be able to translate a media title?Forum: Themes and Templates
In reply to: [WEN Business] sidebar colorHi Bojan,
Totally fair. I’m actually amazed at how much is available for free, and I’m really grateful to the developers and everyone offering to help. I’ve just realized that it’s too difficult for me to get the result I’d like, so I have opted for a premium theme which hopefully will make life easier..(a different one, Wen themes doesn’t seem to have premium versions at the moment).
Thanks again for you help!
AndreaForum: Themes and Templates
In reply to: [WEN Business] sidebar colorHi Bojan,
Thanks for taking the time to help!
You are right, but especially for a beginner the more options are built into the theme, the less time you waste searching forums trying to find code. It’s already a huge task trying to create good content ??
Andrea
Forum: Plugins
In reply to: [Polylang] compatibility with X themeHi,
I understand, thanks for the feedback.
Forum: Themes and Templates
In reply to: [WEN Business] sidebar colorHi Bojan,
I think it’s the color of the “custom menu” widget which I’ve placed in the sidebar on the left. Could you perhaps show me the code for both the options, so I can try them out? You can check out a draft of a page here:
https://andreaguitar.com/en/test-page-2/As a beginner I am noticing that this theme requires quite a bit of extra code if you’re not happy with the base layout/colors etc…
thanks
AndreaForum: Themes and Templates
In reply to: [WEN Business] Hide page nameHi Bojan,
Thanks that works fine!
Forum: Themes and Templates
In reply to: [WEN Business] Extra FaviconHi,
I have uploaded a web clip icon (152×152), but sometimes it’s not working:
For example, on my Android tablet on the Dolphin home page the icon is an up scaled small one (you can see it is pixelated). And when I send a bookmark to my home screen with Firefox, the icon is also pixelated and blurred. The only browser I use that displays the large web clip icon is Opera.I was thinking that maybe I could try adding one or more extra PNG icons with different names or sizes, but how?
thanks
Forum: Themes and Templates
In reply to: [WEN Business] Change color theme from WEN Business to AssociateThank you.
That works with the top and sidebar menus.
However it doesn’t work with all the text in blue.I think the easiest solution is to try to find a color that matches well with the original blue, then the combination will be ok!
Forum: Themes and Templates
In reply to: [WEN Business] Change color theme from WEN Business to AssociateHello,
Thanks for your answer.
But I’m not sure I understand.The code I saw in another post (see here below) only changes the hover color of the Primary menu on Top of the page. The menu’s in the sidebar (f.e. custom menu) and the site title are not affected.
Is there a way to change the blue color also in the sidebar hover text and also in the site title?
I’m sorry, I’m a complete newb when it comes to code, I thought that maybe there was a simple way of just replacing all blue text with another color.
#site-navigation li.current_page_item a, #site-navigation li.current-menu-item a { color: #ff0000; } #site-navigation .current_page_item a::after, #site-navigation .current-menu-item a::after, #site-navigation ul li a:hover::after { background-color: #ff0000; } #site-navigation li a:hover { color: #ff0000; }