Search Results for 'cloud'

Results from the Forum
makedaman
Participant
#0

Hi!

I tried to add custom css to theme panel. I added css that was supposed to make the sidebar disappear and the images grow bigger. I moved my website to a new VPS Cloud server and it suddenly stopped working. It used to work on my shared server, but now nothing happens when i open the site on mobile. Any suggestions why nothing happens and how to fix this ??

Thanks for all the answers!

I added this:


@media
(max-width:479px){
.home .td_block_big_grid{
display: none;
}
.home .td-grid-wrap {
padding: 0px !important;
}

@media
(max-width: 767px) {
.container .span12 .row-fluid .span4 {
display: none;
}
}


@media
(max-width: 767px) {
.td_mod8 .meta-info,
.td_mod8 .td-post-text-content {
display: none;
}

.td_mod8 .item-details {
margin-left: 0 !important;
margin-bottom: 10px;
}

.td_mod8 .thumb-wrap img {
position: relative !important;
width: 100% !important;
max-width: none !important;
max-height: none !important;
margin-bottom: 10px;
}
}

@media
(max-width:479px){
.home .td_block_big_grid{
display: none;
}
.home .td-grid-wrap {
padding: 0px !important;
}

@media
(max-width: 767px) {
.container .span12 .row-fluid .span4 {
display: none;
}
}


@media
(max-width: 767px) {
.td_mod8 .meta-info,
.td_mod8 .td-post-text-content {
display: none;
}

.td_mod8 .item-details {
margin-left: 0 !important;
margin-bottom: 10px;
}

.td_mod8 .thumb-wrap img {
position: relative !important;
width: 100% !important;
max-width: none !important;
max-height: none !important;
margin-bottom: 10px;
}
}

simchris
tagDiv Member

Yes, so you should probably go google how to manage yoru Windows Azure Cloud account — YOU are the one, bro, who mentioned that. Not sure what your azure cloud has to do with anything if that isn’t your server platform.

If running Linux – why not look at the link I provided on how to setup opcache on Ubuntu on Linux????????????????????????????????????????????????????????

AGAIN:

http://www.davidado.com/2014/09/26/how-to-set-up-nginx-with-php-5-5-and-php-fpm-on-ubuntu-14-04/

FROM THE ABOVE PAGE………..
this might not work for you, but why not try it – or contact your hosting support, or RTFM for the platform you’re using???????????????

E.g.,

# Opcache
opcache.enable=1
opcache.enable_cli=0
opcache.memory_consumption=128
opcache.interned_strings_buffer=16
opcache.max_accelerated_files=6000
opcache.max_wasted_percentage=5
opcache.use_cwd=1
opcache.validate_timestamps=1
opcache.revalidate_freq=60
opcache.revalidate_path=0
opcache.save_comments=1
opcache.load_comments=1
opcache.fast_shutdown=1

Okay – sorry — you should wait for somebody else to help as you don’t seem to know how to google stuff for support which is entirely NOT theme related.

Apologies – I will stop trying to help you on stuff.

Mosamlife
tagDiv Member

Bro i said windows azure cloud but my VM is Ubuntu Linux 14.04 with 1 core 4 GB of ram and 50 GB SSD 🙂

Mosamlife
tagDiv Member

I have windows azure cloud so can you guys tell me how i do this?

rnbjunk
tagDiv Member

I’ve deleted from style.css, but still having code on the page:

<!– Style compiled by theme –>

<style>

.block-title a,
.block-title span,
.td-tags a:hover,
.td-scroll-up-visible,
.td-scroll-up,
.sf-menu ul .current-menu-item > a,
.sf-menu ul a:hover,
.sf-menu ul .sfHover > a,
.sf-menu ul .td-menu-item > a:hover,
.td-rating-bar-wrap div,
.iosSlider .slide-meta-cat,
.sf-menu ul .current-menu-ancestor > a,
.sf-menu ul .current-category-ancestor > a,
.td-404-sub-sub-title a,
.widget_tag_cloud .tagcloud a:hover,
.td-mobile-close a,
ul.td-category a,
.td_social .td_social_type .td_social_button a,
.dropcap,
.td-forum-category-title .td-forum-category-name,
.td_display_err,
.td_block_mega_menu .td-ajax-next-page:hover,
.td_block_mega_menu .td_ajax-prev-page:hover,
.post-via span,
.td_wrapper_video_playlist
.td_video_controls_playlist_wrapper
{
background-color: #6e61b0;
}

.block-title,
.sf-menu li a:hover,
.sf-menu .sfHover a,
.sf-menu .current-menu-ancestor a,
.sf-menu .current-category-ancestor a,
.header-search-wrap
.dropdown-menu,
.sf-menu > .current-menu-item > a,
.ui-tabs-nav,
.woocommerce .product .woocommerce-tabs ul.tabs,
.td-forum-list-head,
.td-login-panel-title
{
border-color: #6e61b0;
}

.widget_price_filter .ui-slider-handle,
.td_wrapper_video_playlist .td_video_currently_playing:after
{
border-color: #6e61b0 !important;
}

.author-box-wrap .td-author-name a,
blockquote p,
.page-nav a:hover,
.widget_pages .current_page_item a,
.widget_calendar td a,
.widget_categories .current-cat > a,
.widget_pages .current_page_parent > a,
.td_pull_quote p,
.page-nav-post a:hover span,
.td-forum-last-comment-content .td-forum-last-author,
.td-topics-title-details a,
.td-posted-in a
{
color: #6e61b0;
}

.woocommerce .button,
.woocommerce .form-submit #submit,
.widget_price_filter .ui-slider-handle,
.jetpack_subscription_widget input[type=”submit”],
.pp_woocommerce .pp_close,
.pp_woocommerce .pp_expand,
.pp_woocommerce .pp_contract,
.pp_woocommerce .pp_arrow_previous,
.pp_woocommerce .pp_arrow_next,
.pp_woocommerce
.pp_next:before,
.pp_woocommerce .pp_previous:before,
#bbpress-forums .button
{
background: #6e61b0 !important;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.bbp-template-notice,
.td-reply-list-header
{
border-color: #6e61b0 !important;
}

.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-info:before,
.td-login-button
{
background-color: #6e61b0 !important;
}

.buddypress #buddypress div.dir-search input[type=”submit”],
.buddypress #buddypress .message-search input[type=”submit”],
.buddypress #buddypress .item-list-tabs ul li.selected a,
.buddypress #buddypress .generic-button a,
.buddypress #buddypress .submit input[type=”submit”],
.buddypress #buddypress .ac-reply-content input[type=”submit”],
.buddypress #buddypress .standard-form input[type=”submit”],
.buddypress #buddypress .standard-form .button-nav .current a,
.buddypress #buddypress .standard-form .button,
.buddypress #buddypress input[type=”submit”],
.buddypress #buddypress a.accept,
.buddypress #buddypress #activate-page .standard-form input[type=”submit”],
.buddypress #buddypress .standard-form #group-create-body input[type=”button”],
.post-password-required input[type=”submit”]
{
background: #6e61b0 !important;
}

.buddypress #buddypress .groups .item-meta,
.bbp-forum-title:hover,
.td_login_tab_focus,
.block-mega-child-cats a.cur-sub-cat
{
color: #6e61b0 !important;
}

.page-nav .current,
.page-nav-post span
{
background-color: #6e61b0;
border-color: #6e61b0;
}

.wpb_btn-inverse,
.ui-tabs-nav .ui-tabs-active a,
.post .wpb_btn-danger,
.form-submit input,
.wpcf7-submit,
.wpb_default,
.woocommerce .product .woocommerce-tabs ul.tabs li.active,
.woocommerce.widget_product_search input[type=”submit”],
.more-link-wrap,
.td_read_more {
background-color: #6e61b0 !important;
}

.header-search-wrap .dropdown-menu:before {
border-color: transparent transparent #6e61b0;
}

.td-mobile-content .current-menu-item > a,
.td-mobile-content a:hover
{
color: #6e61b0 !important;
}

.category .entry-content,
.tag .entry-content,
.td_quote_box
{
border-color: #6e61b0;
}

.td-timeline-block-title {
background-color: #6e61b0 !important;
}

.td-timeline-wrapper-links {
border-color: #6e61b0 !important;
}

.td-timline-h1-link span {
background-color: #6e61b0 !important;
}

.td-page-title .td-search-query {
color: #6e61b0;
}

.td-sbig-title-wrap .td-sbig-title,
.td-slide-item-sec .td-sbig-title-wrap,
.td-big-grid-title .td-sbig-title-wrap
{
background-color: rgba(110, 97, 176, 0.7);
}

::-moz-selection {
background: #a093e2;
color: #fff;
}

::selection {
background: #a093e2;
color: #fff;
}

a, .widget_recent_comments .recentcomments .url {
color: #6e61b0;
}
.cur-sub-cat {
color:#6e61b0 !important;
}
.blog-stack .sf-menu .current-menu-item a,
.blog-stack .sf-menu .current-menu-parent .current-menu-item a,
.blog-stack .sf-menu .current-menu-parent > a,
.blog-stack .sf-menu > li:hover > a,
.blog-stack .sf-menu ul li:hover > a,
.blog-stack .td-post-text-content .more-link-wrap:hover a,
.blog-stack .sf-menu ul .td_mega_menu_sub_cats a.cur-sub-cat,
.blog-stack .sf-menu ul .td_mega_menu_sub_cats a.cur-sub-cat:hover,
.blog-stack .td-mega-menu .block-mega-child-cats a:hover,
.blog-stack .td_mod_mega_menu:hover .item-details a,
.blog-stack .sf-menu .current-menu-ancestor > a,
.blog-stack .sf-menu .current-category-ancestor > a
{
color:#6e61b0;
}

.blog-stack .sf-menu > .current-menu-ancestor > a,
.blog-stack .sf-menu > .current-category-ancestor > a
{
color:#6e61b0 !important;
}

.blog-stack .sf-menu ul li {
background-color: #6e61b0;
}

.blog-stack .td-post-text-content .more-link-wrap a:hover {
outline-color: #6e61b0;
}

a:hover,
.widget_recent_comments .recentcomments .url:hover
{
color: #ed4fef;
}

.td-menu-header .td-sp,
.sf-sub-indicator{
background-image: url(‘http://cdn.rnbjunk.com/wp-content/themes/Newspaper/images/header/elements-menu.png&#8217;);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (-moz-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
.td-menu-header .td-sp, .sf-sub-indicator{
background-image: url(‘http://cdn.rnbjunk.com/wp-content/themes/Newspaper/images/header/elements-menu@2x.png&#8217;);
}
}
</style>

rnbjunk
tagDiv Member

Hi Emil, when i load source of my site, i see a lot of codes coming from newspaper theme that actually i don’t use, and that are heaving codes on every page: view-source:http://www.rnbjunk.com/

<!– Style compiled by theme –>

<style>

.block-title a,
.block-title span,
.td-tags a:hover,
.td-scroll-up-visible,
.td-scroll-up,
.sf-menu ul .current-menu-item > a,
.sf-menu ul a:hover,
.sf-menu ul .sfHover > a,
.sf-menu ul .td-menu-item > a:hover,
.td-rating-bar-wrap div,
.iosSlider .slide-meta-cat,
.sf-menu ul .current-menu-ancestor > a,
.sf-menu ul .current-category-ancestor > a,
.td-404-sub-sub-title a,
.widget_tag_cloud .tagcloud a:hover,
.td-mobile-close a,
ul.td-category a,
.td_social .td_social_type .td_social_button a,
.dropcap,
.td-forum-category-title .td-forum-category-name,
.td_display_err,
.td_block_mega_menu .td-ajax-next-page:hover,
.td_block_mega_menu .td_ajax-prev-page:hover,
.post-via span,
.td_wrapper_video_playlist
.td_video_controls_playlist_wrapper
{
background-color: #6e61b0;
}

.block-title,
.sf-menu li a:hover,
.sf-menu .sfHover a,
.sf-menu .current-menu-ancestor a,
.sf-menu .current-category-ancestor a,
.header-search-wrap
.dropdown-menu,
.sf-menu > .current-menu-item > a,
.ui-tabs-nav,
.woocommerce .product .woocommerce-tabs ul.tabs,
.td-forum-list-head,
.td-login-panel-title
{
border-color: #6e61b0;
}

.widget_price_filter .ui-slider-handle,
.td_wrapper_video_playlist .td_video_currently_playing:after
{
border-color: #6e61b0 !important;
}

.author-box-wrap .td-author-name a,
blockquote p,
.page-nav a:hover,
.widget_pages .current_page_item a,
.widget_calendar td a,
.widget_categories .current-cat > a,
.widget_pages .current_page_parent > a,
.td_pull_quote p,
.page-nav-post a:hover span,
.td-forum-last-comment-content .td-forum-last-author,
.td-topics-title-details a,
.td-posted-in a
{
color: #6e61b0;
}

.woocommerce .button,
.woocommerce .form-submit #submit,
.widget_price_filter .ui-slider-handle,
.jetpack_subscription_widget input[type=”submit”],
.pp_woocommerce .pp_close,
.pp_woocommerce .pp_expand,
.pp_woocommerce .pp_contract,
.pp_woocommerce .pp_arrow_previous,
.pp_woocommerce .pp_arrow_next,
.pp_woocommerce
.pp_next:before,
.pp_woocommerce .pp_previous:before,
#bbpress-forums .button
{
background: #6e61b0 !important;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.bbp-template-notice,
.td-reply-list-header
{
border-color: #6e61b0 !important;
}

.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-info:before,
.td-login-button
{
background-color: #6e61b0 !important;
}

.buddypress #buddypress div.dir-search input[type=”submit”],
.buddypress #buddypress .message-search input[type=”submit”],
.buddypress #buddypress .item-list-tabs ul li.selected a,
.buddypress #buddypress .generic-button a,
.buddypress #buddypress .submit input[type=”submit”],
.buddypress #buddypress .ac-reply-content input[type=”submit”],
.buddypress #buddypress .standard-form input[type=”submit”],
.buddypress #buddypress .standard-form .button-nav .current a,
.buddypress #buddypress .standard-form .button,
.buddypress #buddypress input[type=”submit”],
.buddypress #buddypress a.accept,
.buddypress #buddypress #activate-page .standard-form input[type=”submit”],
.buddypress #buddypress .standard-form #group-create-body input[type=”button”],
.post-password-required input[type=”submit”]
{
background: #6e61b0 !important;
}

.buddypress #buddypress .groups .item-meta,
.bbp-forum-title:hover,
.td_login_tab_focus,
.block-mega-child-cats a.cur-sub-cat
{
color: #6e61b0 !important;
}

.page-nav .current,
.page-nav-post span
{
background-color: #6e61b0;
border-color: #6e61b0;
}

.wpb_btn-inverse,
.ui-tabs-nav .ui-tabs-active a,
.post .wpb_btn-danger,
.form-submit input,
.wpcf7-submit,
.wpb_default,
.woocommerce .product .woocommerce-tabs ul.tabs li.active,
.woocommerce.widget_product_search input[type=”submit”],
.more-link-wrap,
.td_read_more {
background-color: #6e61b0 !important;
}

.header-search-wrap .dropdown-menu:before {
border-color: transparent transparent #6e61b0;
}

.td-mobile-content .current-menu-item > a,
.td-mobile-content a:hover
{
color: #6e61b0 !important;
}

.category .entry-content,
.tag .entry-content,
.td_quote_box
{
border-color: #6e61b0;
}

.td-timeline-block-title {
background-color: #6e61b0 !important;
}

.td-timeline-wrapper-links {
border-color: #6e61b0 !important;
}

.td-timline-h1-link span {
background-color: #6e61b0 !important;
}

.td-page-title .td-search-query {
color: #6e61b0;
}

.td-sbig-title-wrap .td-sbig-title,
.td-slide-item-sec .td-sbig-title-wrap,
.td-big-grid-title .td-sbig-title-wrap
{
background-color: rgba(110, 97, 176, 0.7);
}

::-moz-selection {
background: #a093e2;
color: #fff;
}

::selection {
background: #a093e2;
color: #fff;
}

a, .widget_recent_comments .recentcomments .url {
color: #6e61b0;
}
.cur-sub-cat {
color:#6e61b0 !important;
}
.blog-stack .sf-menu .current-menu-item a,
.blog-stack .sf-menu .current-menu-parent .current-menu-item a,
.blog-stack .sf-menu .current-menu-parent > a,
.blog-stack .sf-menu > li:hover > a,
.blog-stack .sf-menu ul li:hover > a,
.blog-stack .td-post-text-content .more-link-wrap:hover a,
.blog-stack .sf-menu ul .td_mega_menu_sub_cats a.cur-sub-cat,
.blog-stack .sf-menu ul .td_mega_menu_sub_cats a.cur-sub-cat:hover,
.blog-stack .td-mega-menu .block-mega-child-cats a:hover,
.blog-stack .td_mod_mega_menu:hover .item-details a,
.blog-stack .sf-menu .current-menu-ancestor > a,
.blog-stack .sf-menu .current-category-ancestor > a
{
color:#6e61b0;
}

.blog-stack .sf-menu > .current-menu-ancestor > a,
.blog-stack .sf-menu > .current-category-ancestor > a
{
color:#6e61b0 !important;
}

.blog-stack .sf-menu ul li {
background-color: #6e61b0;
}

.blog-stack .td-post-text-content .more-link-wrap a:hover {
outline-color: #6e61b0;
}

a:hover,
.widget_recent_comments .recentcomments .url:hover
{
color: #ed4fef;
}

.td-menu-header .td-sp,
.sf-sub-indicator{
background-image: url(‘http://cdn.rnbjunk.com/wp-content/themes/Newspaper/images/header/elements-menu.png&#8217;);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (-moz-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
.td-menu-header .td-sp, .sf-sub-indicator{
background-image: url(‘http://cdn.rnbjunk.com/wp-content/themes/Newspaper/images/header/elements-menu@2x.png&#8217;);
}
}
</style>

<!– JS generated by theme –>

<script>

var td_blocks = []; //here we store all the items for the current page

//td_block class – each ajax block uses a object of this class for requests
function td_block() {
this.id = ”;
this.block_type = 1; //block type id (1-234 etc)
this.atts = ”;
this.td_cur_cat = ”;
this.td_column_number = ”;
this.td_current_page = 1; //
this.post_count = 0; //from wp
this.found_posts = 0; //from wp
this.max_num_pages = 0; //from wp
this.is_ajax_running = false;
this.header_color = ”;
this.ajax_pagination_infinite_stop = ”; //show load more at page x
}

var td_ad_background_click_link=””;
var td_ad_background_click_target=””;
var td_ajax_url=”http://www.rnbjunk.com/wp-admin/admin-ajax.php&#8221;;
var td_get_template_directory_uri=”http://www.rnbjunk.com/wp-content/themes/Newspaper&#8221;;
var tds_snap_menu=”snap”;
var tds_header_style=””;
var tds_mobile_swipe=””;
var td_search_url=”http://www.rnbjunk.com/search/&#8221;;
var td_please_wait=”Please wait…”;
var td_email_user_pass_incorrect=”User or password incorrect!”;
var td_email_user_incorrect=”Email or username incorrect!”;
var td_email_incorrect=”Email incorrect!”;
var tds_more_articles_on_post_enable=””;
var tds_more_articles_on_post_time_to_wait=””;
var tds_more_articles_on_post_pages_distance_from_top=”0″;
var tds_theme_color_site_wide=”#6e61b0″;
</script>

Woocommerce, Buddypress, are some example and stuff like that. I cannot disable them from the theme panel, i need to know how can i customize the theme so use only the things that are really important for my site, without codes of stuff that are not working on it.

Do you have a guideline to have a lighter version of the theme, in order to load only the essentials?

Fabian

wagbrag
tagDiv Member

Found the issue. The issue was cloudflare. Something in how they are caching images when using the Mirage 2 feature.

I am trying to figure out why.

wagbrag
Participant
#0

Hey

I added a revolution slider to the following post. http://wagbrag.com/rescued_shih_tzu_amazing_makeover/ . The slider works fine on my desktop but doesnt work on the IPhone. The slider come up and I see the navigation but the images do not work. Any suggestions.

I use cloudflare and I have purged my cache a few times.

Gerald

Breakwater
tagDiv Member

wow, that is really strange.

Should I purge my cache and CDN? Maybe it there is a bug and it is being reproduced at that level.

I’m using WPENGINE which has an aggressive cache, I’m using the theme speed plugin, AND I’m using Cloudflare wich has it’s own CDN and cache.

Those three levels of cache could be messing with what I see when I look at the site from my geographic location.

Maybe when you look at it, it is being pulled as a fresh copy from your geographic location?

Emil G
tagDiv Staff

Hi,

Did you enabled js minification on cloudflare? if you did disable it.
If you updated the theme recently purge all files on Cloudflare.
Also try to disable all plugins enable Visual Composer, check for errors, then enable the other theme plugins one by one followed by the rest of the plugins until you find the one that’s causing this issue.

Thank you, Emil G.

wagbrag
Participant
#0

Hey

I am getting an error in my console log and for the love of me I can not figure it out. The error is for Uncaught SyntaxError: Unexpected String in the site.js file. My site is wagbrag.com. I am using cloudflare for caching and it hard to tell exactly where the error is but I believe it could be between line 1379 and 1417 in the site.js file. I beleive this error is causing issues with my Revolution slider.

Not sure if its related but I am also getting Uncaught ReferenceError: SlideContentComplete is not defined. See the scrip below.

<script>
jQuery(document).ready(function() {
jQuery("#td_uid_3_54dc151b8ce87").iosSlider({
snapToChildren: true,
desktopClickDrag: true,
responsiveSlides: true,
keyboardControls: false,

infiniteSlider: true,
navPrevSelector: jQuery("#td_uid_3_54dc151b8ce87 .prevButton"),
navNextSelector: jQuery("#td_uid_3_54dc151b8ce87 .nextButton"),
onSliderResize: td_normal_slide_resize_update_vars_td_uid_3_54dc151b8ce87,
onSlideComplete: slideContentComplete,
onSlideStart: slideStartedMoving
});

/*
* Resize the iosSlider when the page is resided (fixes bug on Android devices)
*/
function td_normal_slide_resize_update_vars_td_uid_3_54dc151b8ce87(args) {
if(td_detect.is_android) {
setTimeout(function(){
jQuery("#td_uid_3_54dc151b8ce87").iosSlider("update");
}, 1000);
}
}
});

</script>

Any help would be greately appreciated.

wingswebmedia
tagDiv Member

ok so i use my host provided caching plugin siteground cache press. It adds dynamic cache, memcache and page cache and with that i use cloudflare but my speed is no where near to the theme demo site.

is it because i am not using td speed booster?

felizubi
tagDiv Member

Thanks Lucian, now it looks great on iPad (portrait) too.
Actually Chris before posting I tried to paste the Soundcloud “WordPress code” on my post, for example:

[soundcloud url=”https://api.soundcloud.com/tracks/156661852″ params=”auto_play=false&hide_related=false&visual=true” width=”100%” height=”450″ iframe=”true” /]

but it wasn’t recognized. So, I tried the same approach as when embedding a Youtube video, meaning, just paste the link (url). In fact, two or three Newsmag’s template versions ago, the same problem happened when embedding a Youtube video: on iPad (portrait) the video occupies the sidebar. This issue was corrected on the penultimate version though.

Fz

  • This reply was modified 11 years by felizubi.
simchris
tagDiv Member

Not theme releated. soundcloud is embedded with oembed via wordpress.

You need to insert the code where width is 100%, or iframe, and not fixed width as you have it.

e.g. if you have it inserted like so, the fixed width doesn’t scale as it’s NOT a photo.
<p><iframe width="640" height="400" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?visual=true&url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F139414902&show_artwork=true&maxwidth=640&maxheight=960"></iframe></p>

Check the embed options and Soundcloud help for how to embed a responsive player into WordPress.

That’s what the web is for 😉

For example if you follow the docs on WordPress for soundcloud, pretty simple:
http://en.support.wordpress.com/audio/soundcloud-audio-player/

while that is for wordpress.com also works for self hosted.

Note how if you resize the web browser on above page, the player window resizes also? Yup. Ya gotta do it right for it to work !

  • This reply was modified 11 years by simchris.
  • This reply was modified 11 years by simchris.
felizubi
Participant
#0

Hi, using latest version of template (1.5) and plugins, I pasted a Soundcloud song link to a post and looks great on desktop, but on iPad portrait (768 – 1023px) it invades sidebar column.
Here is an example.

Regards,
Felipe Z.

Emil G
tagDiv Staff

Hi,

We didn’t do much testing with cloudflare but they should have some compression options for images – https://blog.cloudflare.com/introducing-polish-automatic-image-optimizati/ , you should check the cloudflare admin panel.

Thank you, Emil G.

nbcoffice
Participant
#0

Hi,

I have problems in images optimizing & need your help to take a look.

Test site: http://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fwww.ssm-company.com%2F&tab=desktop

Score = 82 (without cloudflare & W3)

Live site: http://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fwww.nbc.com.my%2Fblog&tab=desktop

Socre = 62 (with cloudflare-pro plan & w3)

Both sites using plugin EWWW Image Optimizer.

Thanks in advance!

Hector
Participant
#0

hi, i have a trouble with widget of “tagDiv Social Counter”

the social counter looks bad, see this screenshot (use child theme) I have nothing personalized, but prefieron use “child theme” to avoid problems if customize something with css or functions

screenshot:
https://my.pcloud.com/publink/show?code=XZgoBkZKNheuHAzSQVQ70bLblXi3QO947J7

regards

idansx
tagDiv Member

I switched back to the old hosting and I could see it’s not working there as well.
I remember it worked fine but suddenly it stopped working. I have no idea why.

I tried to disable the plugins and disable cloudflare, it’s not caching issue.
All ajax functions stopped working.

kovachx
tagDiv Member

When I enable Minify from cloudflare or any cache plug in it fucks up my sliders and they don’t work. I have no idea why they put these options when in most cases they screw your page. I managed to optimize my website more. You can have a look at it again and it works better now I guess http://www.toppcnews.com

kovachx
Participant
#0

I am on the best plan on http://www.siteground.com they have custom cache plugin i am using also they have CDN’s across the world. I also use CloudFlare Plus on top of that I have enabled compression leverage etc. I still can’t get my website to receive higher score or speed… Whats the point of the CDN then?

http://tools.pingdom.com/fpt/#!/bSdeZ6/www.toppcnews.com

rnbjunk
tagDiv Member

Hi Chris! Thank you for all your suggestion, the server seems to be better now, unfortunately we have issue on speed of the site again:

https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fwww.rnbjunk.com%2F

http://www.webpagetest.org/result/150129_7M_MXV/

http://gtmetrix.com/reports/www.rnbjunk.com/XdWKMwAw

We have activated TagDiv Speed, Speed Booster Pack, W3 Total Cache (Page CDN Browser CLOUDFLARE).

Hector
Participant
#0

Problem with images in category
example … mydomain.com/category/category1

in the menu “Fooster” unseen images are wrong, rather than show a image, only show text from last actions done in the site looks, it is wrong, the whole site look good, but if they are in one category not

image: https://my.pcloud.com/publink/show?code=XZIUhkZ8e7nVFN1MtQMDzDQoDzmWf3QoUHk

kind regards

Emil G
tagDiv Staff

Hi,

You could try to disable cloudflare, clear cache and check if the issue is still there.
If it’s not working please send an email at contact@tagdiv.com , paste a link to this conversation and provide wp-admin access so i can take a look.

Thank you, Emil G.

idansx
tagDiv Member

– The option is enabled
– Theme version is 4.6.1
– I disabled all of my plugins, no success.

Maybe it’s because of CloudFlare?

Viewing 25 results - 21,001 through 21,025 (of 21,203 total)