Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Mela Rossa
tagDiv Member

Hi,

ok no problem! i have resolved to this simple PHP function that redirect in a service page this old browser:

$ua_check = $_SERVER[‘HTTP_USER_AGENT’];

//results array
$matches_check = [];

//perform regex query
preg_match(‘/Android.*AppleWebKit\/([\d.]+)/’, $ua_check, $matches_check);

//Check if the regex query returned matches specific to
//the android stock browser.
if( isset($matches_check[0]) &&

//This is where we diffrentiate the stock browser from chrome,
//the default browser’s webkit version never goes above 537
( isset($matches_check[1]) && intval($matches_check[1] < 537) ) ){

header(‘location: /old-browser-mobile.html’);
exit;
}

Mela Rossa
tagDiv Member

bingo! the problem is the plug-in SEO Smart Link, this plug-in “SEO Smart Links can process your posts and pages in search for suitable keywords for creating links. Use the checkboxes below to select what should be processed.”

And add to script more link that give problem to render the page…

Mela Rossa
tagDiv Member

I have found the bug!!! if a video title have strange character or html inside i have this error.

The script have a break in:
” var current_video_name = window.td_youtube_list_ids[‘td_’ + youtubePlayer.tdPlaylistIdYoutubeVideoRunning][‘title’],”

window.td_youtube_list_ids[‘td_rXektx-_fAQ’] = {
title: “Miglio saltato con <a href=”
http: //test.melarossa.it/nutrizione/esperto-nutrizionista/carote/”>carote, pinoli e olive”,time:”06:17″};

Mela Rossa
tagDiv Member

Yes sure! You can view the page in this developer site: http://test.melarossa.it/video-ricette/

Sorry is more slow, sorry, is a developer server! Without caching, without plug-in to minify!

If you open console browser you see the error!

Mela Rossa
tagDiv Member

I’m placing the videos on a page created specifically using the “Video Playlist” with the visual composer!

Mela Rossa
tagDiv Member

ps. I put the image of my screen with the code, for what has been pasted above rendered

http://www.screencast.com/t/x4KQcPaI

Mela Rossa
tagDiv Member

Hi,

sorry but this is not a solution 🙂

If remove the code in .js the modal windows is removed, but the link assign to the image (example: to this image i have assign http://www.google.com) don’t appear in the code!!! and open in the same tab the image!!!

this is the html code in my console that i see…

<figure class="td-slide-smart-list-figure td-slide-smart-list-2">



<figcaption class="td-sml2-caption"><div></div></figcaption>
</figure>

I have assign correctly the link to google to this image in backoffice!
the correct code code for the “a” tag should be:

Mela Rossa
tagDiv Member

Hi,

yes confirm: the general mode image is disabled and in the image smart list the modal open is off.
http://www.screencast.com/t/5cPY59ll
http://www.screencast.com/t/E2rExPFJwvs

I have delete the cache and the problem persist.

the link is this
http://test.melarossa.it/nutrizione/mangiare-sano/pic-nic-di-ferragosto/

The link is in the first image, under “1: Insalata di kamut alla mediterranea” but the link is the link image and not google…

I use the smart list 2

Mela Rossa
tagDiv Member

I admit, I did not understand how to do this! 🙂

Mela Rossa
tagDiv Member

Hi,

i have this URL category: test.domain.it/category/test or if i config my permalink test.domain.it/test

It’s possible create a home page to this category with visual composer similar a mail home page?

Thanks

Viewing 10 posts - 1 through 10 (of 10 total)