Thank you!!
This is working perfect.
First colon in footer is:
td-footer-wrapper .td-pb-span4:nth-child(1) ?
But how we can find sub items (like logo, text about and social icons) ?
Thank you!
Thanky you again Calin,
You are really help me a lot.
In post before, i ask you how i can hide widgets on mobile device, you send me tutorial that is working. But, i will like to hide this on mobile device: http://prntscr.com/qcf276
I i just see that this elements are not in widgets, they are in theme options – footer.
Is it possible to hide this on mobile?
P.S. Categorys are on LATO font, i have change all fonts in theme panel – theme fonts, but non of changes will effect for this footer categorys menu.
Thank you!
Hi Calin,
Thank you for great support.
I have one more thing, in my many every first letter is big, example is here http://srpskitalas.net/
Анализе И Мишљења, Култура И Друштво
И is AND in serbian.
How i can make this И letter small?
Thank you!
Thank you!
That is working perfect,
I have quetion for
“If I understand correctly you want to have different widgets on mobile, if is so then you need to add on each widget a class for mobile and set on it a display: none”
How i can do that?
I was try to use some plugins to create widget class, but it das bit work.
Hi,
Thank you!!
This is working perfect.
Can we do same for widgets ?
To disable some widgets at mobile version ?
– is it possible to move logo at beginning of menu: http://prntscr.com/q89sc7
Sorry,
This is some link shorter.
Web site is at srpskitalas.net
Thank you Calin,
1. Here is link of my web site shorturl.at/bJP15
2. I will like to hide sidebar for mobile version.
How i can add class to each widget?
3. How i can remove from mobile version this block with all posts: http://prntscr.com/q992k7
I can not find that block in page builder
2. Mobile.
I can hide elements using tag div composer.
But how I can hide widgets on mobile.
3. How i can hide widgets on mobile version of theme?
Mobile.
I will try to customize mobile version with add new elemnts and then hide that elements for destkop version.
But problem is, when i try to hide some elements on mobile version of page: http://prntscr.com/q8vg35
They still show up on mobile homepage.
Calin, thank you for your reply!
1. Header,
I can not find this header style: http://prntscr.com/q8v8by here: http://prntscr.com/q8v9rl
If i change header style, it will not be same.
How i can keep my header, just move logo little to left.
I frogot to ask, is it possible to move logo at beginning of menu: http://prntscr.com/q89sc7
Is it possible to add description for posts at mobile version of homepage> http://prntscr.com/q89tov like this: http://prntscr.com/q89uk3
-
This reply was modified 6 years by
boka003.
Sorry, my first post was not completed.
How can i remove duplicated posts?
Thank you.
Hi,
Bump
Thank you for reply.
So, rss from this side is looking good: https://goo.gl/MwyAnx ?
I also contact plugin support, but they have no idea.
They also did not have this problems hmmm.
Update,
I see that this text from share buttons only show when post dont have much text.
(when post have short text)
Hi,
Do you have some place where customers can suggest update ?
I will like to suggest this as update.
Thanks
Thanks for replay,
Is there any plugin that can help me to display latest videos?
Hi,
We deactivated all plugins, but problem is still there.
Its look like its not conflict whit plugin.
We also turn off all minify options at cloudflare.
Is it possible to left wp-admin detalis , to someone can take a look ?
Thank You !
Thank You,
After update its look like video player on theme das not work.
Visitors can’t chose (change) videos: https://prnt.sc/haahm4
Here is settings: https://prnt.sc/haahe0
https://prnt.sc/haahhq
Link of web site is same: https://goo.gl/pHuCMa
Sorry just one more, is there any option that i can create menu todays post (and displey only posts from today (0:00 )). ?
I fix it.
Thank you.
Is there any way that i can slide posts on this big grid. (add arrows)
http://prntscr.com/h6v2dk
Hi,
Here is my web site link: https://goo.gl/pHuCMa
So, if i delete theme folder and upload theme again in same folder i will not lose anything ?
Thanks
Thanks for reply.
I deactive all plugins that i have installed on wordpress, and still have same problem.
Hmmm, is there any error log file that i can see what make this problem ?
Hi,
Thank You for reply.
Only think that i add is this in global java
// Anonymous "self-invoking" function
(function() {
// Load the script
var script = document.createElement("SCRIPT");
script.src = 'https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js';
script.type = 'text/javascript';
document.getElementsByTagName("head")[0].appendChild(script);
// Poll for jQuery to come into existance
var checkReady = function(callback) {
if (window.jQuery) {
callback(jQuery);
}
else {
window.setTimeout(function() { checkReady(callback); }, 100);
}
};
// Start polling...
checkReady(function($) {
// Use $ here...
});
})();
jQuery(document).ready(function()
{var imavidea=false;
var imafacebookvidea=false;
//Ovdje ide facebook embed code
var facebookembedlink='<iframe src="https://www.facebook.com/plugins/video.php?href=https%3A%2F%2Fwww.facebook.com%2FVideoCraftStudioProduction%2Fvideos%2F825894130902546%2F&show_text=0&width=560" width="560" height="315" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true" allowFullScreen="true"></iframe>';
//Ovdje ide youtube video link
var videolink="https://www.youtube.com/embed/tsPGxI4J4FI";
if(imavidea)
{
jQuery(".td-big-grid-post-4").html(jQuery(".td-big-grid-post-3").html());
jQuery(".td-big-grid-post-3").html(jQuery(".td-big-grid-post-2").html());
jQuery(".td-big-grid-post-2").html(jQuery(".td-big-grid-post-1").html());
jQuery(".td-big-grid-post-1").html(jQuery(".td-big-grid-post-0").html());
jQuery(".td-big-grid-post-1 img").css({"height":"100%", "width":"100%"});
if(!imafacebookvidea){
jQuery(".td-big-thumb").append('<iframe width="100%" height="100%" src="'+videolink+'?autoplay=1" frameborder="0" style="position:absolute; top:0;left:0; right:0; bottom:0; z-index:10" allowfullscreen></iframe>');}
else
{
var facebookispravljen=facebookembedlink.split('"400"').join('"100%"');
facebookispravljen=facebookispravljen.replace('overflow:hidden"','overflow:hidden;position:absolute; top:0;left:0; right:0; bottom:0; z-index:10; "');
jQuery(".td-big-thumb").append(facebookispravljen);
}
}
// jQuery("li.comment section.content").each(function(){jQuery(this).html(jQuery(this).html().replace(/<br/g, '<br/><br'))});
jQuery("body.single article header").first().append('<div class="sharedaddy sd-sharing-enabled">'+jQuery("div.sharedaddy").html()+'</div>');
setTimeout(function(){jQuery("#gk-content-top").css({"max-height":"500px","margin-bottom":"0"});},1);
setTimeout(function(){jQuery("#gk-banner-top").css({"transition":"all 1s","-webkit-transition":"all 1s","-ms-transition":"all 1s","-o-transition":"all 1s"}).css("margin-top","0");},1);
jQuery("#gk-mainbody-top #widget_gk_nsp-24 .gk-nsp-arts img").each(function(){var sors= jQuery(this).attr("src"); sors="wp-content/uploads/"+sors;jQuery(this).attr("src",sors);})
}
);
jQuery("#gk-inset").before('<div id="youtube_responsive-4" class="box widget_youtube_responsive">'+jQuery("#execphp-6").html()+'</div>');jQuery("#execphp-6").hide();
/* jQuery(document).ready(function(){
var a=jQuery("#execphp-6").html();
jQuery("#execphp-6").html("");
jQuery("#youtube_responsive-4").html(a);
})*/
Here is my system status: http://prntscr.com/h3orse
I have updated theme, and this is happend before update, i think update is not problem.