Forum Replies Created

Viewing 12 replies - 16 through 27 (of 27 total)
  • Thread Starter janfry

    (@janfry)

    I’m giving it another go right now..

    Thread Starter janfry

    (@janfry)

    Ouch!
    I should have inspected polylang code a bit better! Or I could have simply tried without calling echo on it, which I had planned, among all other tries, but it somehow slipped out of my brain… and I ended up building the PHP/HTML myself.. oh well.. let’s take it as a PHP brush up ??

    Cheers and thanks for your support though! Appreciated!

    Thread Starter janfry

    (@janfry)

    Duplicates don’t show up if I use either

    pll_the_languages(array('raw'=>1))

    or

    pll_languages_list($args)

    But I’d still prefer to go with pll_the_languages() because I don’t have to work on arrays and build the HTML.

    Can someone help?

    Thread Starter janfry

    (@janfry)

    To help understand better, here is the outputted HTML (there are three languages flags, each showing twice):

    <li class="lang-item lang-item-4 lang-item-it current-lang"><a hreflang="it" href="https://mywebsite.com/it/"><img src="https://mywebsite.com/wp-content/plugins/polylang/flags/it_IT.png" title="Italiano" alt="Italiano"></a></li>
    
    <li class="lang-item lang-item-7 lang-item-en"><a hreflang="en" href="https://mywebsite.com/en/"><img src="https://mywebsite.com/wp-content/plugins/polylang/flags/en_US.png" title="English" alt="English"></a></li>
    
    <li class="lang-item lang-item-11 lang-item-es"><a hreflang="es" href="https://mywebsite.com/es/"><img src="https://mywebsite.com/wp-content/plugins/polylang/flags/es_ES.png" title="Espa?ol" alt="Espa?ol"></a></li>
    
    <-- duplication occurs here but notice how the following languages are enclosed in a <ul> tag, which is exactly how I coded it in functions.php, so it seems that the dupes are those above -->
    
    <ul>
    <li class="lang-item lang-item-4 lang-item-it current-lang"><a hreflang="it" href="https://mywebsite.com/it/"><img src="https://mywebsite.com/wp-content/plugins/polylang/flags/it_IT.png" title="Italiano" alt="Italiano"></a></li>
    
    <li class="lang-item lang-item-7 lang-item-en"><a hreflang="en" href="https://mywebsite.com/en/"><img src="https://mywebsite.com/wp-content/plugins/polylang/flags/en_US.png" title="English" alt="English"></a></li>
    <li class="lang-item lang-item-11 lang-item-es"><a hreflang="es" href="https://mywebsite.com/es/"><img src="https://mywebsite.com/wp-content/plugins/polylang/flags/es_ES.png" title="Espa?ol" alt="Espa?ol"></a></li>
    
    </ul>

    If anybody has a clue please help… I really have no clue how this is happening and how I can fix it.
    Thanks

    Did you check that you created a translated version for featured products posts and testimonals posts ?

    I had a similar issue with another theme which used featured posts, and everything showed up again once I translated them.

    @mstudioil

    In my case it was a work for a client and he was already using EasyMemberPro (a membership software covering downloads too), so since the downloads had to be granted under strongly customized rules, I abandoned the idea of using any wordpress download plugins at all and ended up modifying Easy Member Pro directly instead.

    But probably if your download rules are not so particular some other wordpress download plugin will be good, I’m sorry I can’t advice any because I don’t remember those I evaluated before deciding to go my way..

    Try some popular one, and keep in high consideration as a choosing factor, the last time it was updated because this means that devs are constantly working on it and adding features.

    Also, with this occasion I want to say that probably my words toward the dev of this project were a bit too heavy. We are all humans after all. I didn’t check but I hope it started to get mantained again.

    Support is back on ?? program was just updated. Thank you!

    That’s too late for me, I switched to something else.
    Also this is not professional at all.
    You just don’t walk away from a commercial product like how you did, and you just don’t come back like “hey guys I’m back! Let’s have a beer together!”.
    Looking at this thread, you had left clients down when they needed support and you should at least explain how could you leave the thing unmanaged like that and at least explain that this is never going to happen again, if this is something you can promise at all.

    Thread Starter janfry

    (@janfry)

    WordPress.COM and www.remarpro.com are two very different sites and offerings.

    I knew already, so what? WordPress is still WordPress.

    Thread Starter janfry

    (@janfry)

    Thanks catacaustic but I was actually hoping to find some official reference listing of the default ones which would work with any fresh installation..

    I just randomly found about https://en.support.wordpress.com/archives-shortcode/ and https://en.support.wordpress.com/display-posts-shortcode/ while searching for something else…

    Maybe there is some kind of general reference page for all of them, but I could not find it.. actually I’ve not searched thoroughly, but that’s why I asked here ?? Thought it’d be something someone could have on the tip of their tongue..! ??

    Thread Starter janfry

    (@janfry)

    Umm.. thank you ChristiNi, actually I thought that the built-in shortcodes were far more, and that they’d deal with far more features, like for example listing all posts and so on.

    Moreover, I thought that there was an established and popular plugin which would deal with the listing of all the shortcodes including the ones added by other plugins.

    I usually do my searches myself, but this time I decided to ask here to see if there was a commonly preferred plugin for this.

    So let’s see if someone else comes here and adds up something…
    Thanks anyway for your answer.

    Cheers

    Thread Starter janfry

    (@janfry)

    My fault, I had also installed WPDM – TinyMce Button plugin addon to Download Manager and had not removed it. Now the button is gone.

    Anyone can recommend a good alternative?
    Thanks

Viewing 12 replies - 16 through 27 (of 27 total)