James_DG
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Icy] Url's Social Icons, featured imageHi Lorro,
Thanks so much! ??
1. I had already tried the same thing, but without any result. Tried to upload image sizes as well after having adjusted the code to “567, 300”.
2. Nailed it, cheers!
3. Unfortunately it didn’t work. I used:
printf( _n( ‘One Reactie’, ‘%1$s Reacties’, get_comments_number(), ‘icy’ ),Forum: Themes and Templates
In reply to: [Icy] Change colour social icons and the logo's heightThanks once again lorro. It was caused by an obvious reason. Fore some reason I had the option automatically add pages to menu unchecked.
Thanks!
Forum: Themes and Templates
In reply to: [Icy] Change colour social icons and the logo's heightThanks both lorro and Tejas!
I’m nearly done with the websites, however for some reason one of my pages doesn’t show up in the navigation menu. For that reason I included the link in the footer for now.
How do I get it to show properly in the navigation menu?
My website’s url is: https://www.mobiwebsite.nl/
Cheer ??
Forum: Themes and Templates
In reply to: [Icy] Change colour social icons and the logo's heightOnce again thanks for the reply. When wanting to change the size of the logo, I meant I wanted to change the actual company logo – like the default Icy logo. So not the social logo’s..
I would like to have the logo to be the same height as the header’s height. Ideally I would like to increase the logo’s width as well.
Thanks again ??
Forum: Themes and Templates
In reply to: [Icy] Responsive theme on a smartphoneThanks, that did the trick!!
Forum: Plugins
In reply to: [PHP Mobile Redirect] View full website* link to full website: <p>
a href=”https://www.mydomainname.com/”>Desktop-website</p>Removed theleft bracket in order to avoid what ocurred above under point 3.
Forum: Themes and Templates
In reply to: [Spasalon] Move info from sidebarsIn addition to the info above. I just noticed that I can only add a certain amount of words to my homepage. All the words are placed straight after each other without the possibility to break them up into different paragraphs.
The text gets cut off and replace with a read more link.
How can I solve this?
Thanks in advance!
Forum: Themes and Templates
In reply to: [Spasalon] Move info from sidebarsPerfect! Worked like a charm ??
I’ve decided to hide all three elements. I was wondering how I can still keep the grey line in order to avoid a complete blank part on the left.
In order words, how can I show just one line “border-bottom: 1px solid #DEDEDE;” while hiding the rest?
Thanks again.
Forum: Themes and Templates
In reply to: [Spasalon] Move info from sidebars*Never mind the 2nd issue (right sidebar). I figured it out. ??
Forum: Networking WordPress
In reply to: Excluding wilcards for some subdomainsHi Mika,
Thanks for your reply. Apparently my server host doesn’t allow for this.
I’m thiking of switching from hosting provider in order to solve this, since my current provider can’t really provide a solution. Any suggestions for a hosting provider?Thanks Mika.
Forum: Plugins
In reply to: [Multisite Language Switcher] Installation and use of the pluginHi Dennis,
Thanks so far for all the support. I’m almost done, just need to integrate the plugin into my header and footer. But that’s where I’m stuck for a quite some time now. I tried what you mentioned above but it messed it up a bit.
I have no idea where exactly to insert the code in order to get it working. I have also contacted the support departement of my custom theme, and although their support is great – they don’t seem to know it.
Could you please advise me what the exact code is I need to insert and where do I insert it in order to get it just above the menu buttons FAQ and contact (header) and the lower left corner (footer).
It concerns the website main website https://www.infinitummobile.com
The subdomains are:
https://en.infinitummobile.com
https://es.infinitummobile.com
https://pt.infinitummobile.comDo you need my codes in order to know more?
I hope you can help me out with this as I am completely stuck (but so close ??
Thanks in advance.
James.
Forum: Plugins
In reply to: [Multisite Language Switcher] Installation and use of the pluginThanks Dennis, that worked perfectly!
However, that’s only one a reply to one of my questions. The other one is about inserting the flags, and the stylesheet as mentioned above..
Forum: Plugins
In reply to: [Multisite Language Switcher] Installation and use of the plugin* The pages are linking considering the lack of the other language options under general settings. Under pages, the language switcher dropdown menu is available with the other written pages as selectable options. All of them showing the American flag instead of the Dutch (nl_NL), Spanish (es_ES), Braziian (pt_BR) flags.
When trying to update a particular page and linking it to the other languages, the selected option doesn’t remain set.
Forum: Plugins
In reply to: [Multisite Language Switcher] Installation and use of the pluginHi Dennis,
Thanks for your previous support. I’ve managed to install it, using subdomains. I’ve already built my website in four languages – each of the pages linking to its version in the other language.
General settings
What I do see is that under my general settings I’m not able to select another language, only English. I’ve got a custom theme and translated the .mo/.po files with poedit. I’ve uploaded them to the languages folder. Am I missing something?
Inserting the flags
Next would be inserting the flags in my header. Ideally I would like to place them just FAQ/Contact in my navigation menu. My website is infinitummobile.comIs it correct that I use this code and place it in my header?
<div id=”language”>
<?php if ( function_exists( ‘the_msls’ ) ) the_msls(); ?>
</div>If yes, where do I insert it in my header.php?
Stylesheet
Furthermore, I’ve read something about positioning the flags editing the stylesheet with this being an example code:
#language { position:absolute; top:34px; right:7px; }
#language a { margin-left:5px; }Does this have to be done as well in order to position it according to my wants? If so, where do I insert it in my stylesheet?
Furthermore, any other steps?
As you notice I’m a beginner. Thanks Dennis!
Forum: Plugins
In reply to: [Multisite Language Switcher] Installation and use of the pluginThanks for your quick reply!
I’ve uploaded the mo.files to my languages folder. However, when trying to add a site I am only offered the option to add a subdomain. However I would like to apply the following structure:
Dutch: mywebsite.com/nl/… ..
Spanish: mywebsite.com/es/.. ….How can I enable this?
After this I would be able to set the language of each site, right?
Thanks again!
James.