Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

salvagesites

Members
  • Joined

  • Last visited

  1. Thanks I have reinstalled WP but no change. Updated all plugins, still no change. I can't find my stylesheets in my cPanel. You may be correct about being hacked... Do you know the best way in which I can download the stylesheet as a .css? So then I can upload to my cPanel?
  2. How do I go about fixing this? I restored a previuos CSS version but it hasn't fixed anything..
  3. My website looks inadequate (I have come back to it after a couple of months) and I am very keen to get fixing and rebuilding it! mylittlescooter.com
  4. I love the ways you can work around this haha! Anybody had much luck then? Nobody won a Kindle yet I presume..
  5. I bagged myself a cheeky bargain today! I got myself 6 issues of Web Designer Mag for just £5.15! Basically, I tried my luck with this competition and won £20 off: http://www.magazine.co.uk/spin-2-win-promotion There's no harm in giving it a go, as I got pretty lucky! There are plenty of magazine choices there- some are cheaper than the minimum prize of £5 off.
  6. Hmm.... It doesn't seem to be in my index.php: <?php get_header(); ?> <?php nectar_page_header(get_option('page_for_posts')); ?> <div class="container-wrap"> <div class="container main-content"> <?php if ( function_exists('yoast_breadcrumb') ) { yoast_breadcrumb('<p id="breadcrumbs">','</p>'); } ?> <?php if(!is_home()) { ?> <div class="row"> <div class="col span_12 section-title blog-title"> <h1><?php wp_title("",true); ?></h1> </div> </div> <?php } ?> <div class="row"> <?php $options = get_option('salient'); $blog_type = $options['blog_type']; if($blog_type == null) $blog_type = 'std-blog-sidebar'; $masonry_class = null; //enqueue masonry script if selected if($blog_type == 'masonry-blog-sidebar' || $blog_type == 'masonry-blog-fullwidth') { wp_enqueue_script('blogmasonry'); $masonry_class = 'masonry'; } if($blog_type == 'std-blog-sidebar' || $blog_type == 'masonry-blog-sidebar'){ echo '<div id="post-area" class="col span_9 '.$masonry_class.'">'; } else { echo '<div id="post-area" class="col span_12 col_last '.$masonry_class.'">'; } if(have_posts()) : while(have_posts()) : the_post(); ?> <?php $wp_version = floatval(get_bloginfo('version')); if ( $wp_version < "3.6" ) { //old post formats before they got built into the core get_template_part( 'includes/post-templates-pre-3-6/entry', get_post_format() ); } else { //WP 3.6+ post formats get_template_part( 'includes/post-templates/entry', get_post_format() ); } ?> <?php endwhile; endif; ?> <?php nectar_pagination(); ?> </div><!--/span_9--> <?php if($blog_type == 'std-blog-sidebar' || $blog_type == 'masonry-blog-sidebar') { ?> <div id="sidebar" class="col span_3 col_last"> <?php get_sidebar(); ?> </div><!--/span_3--> <?php } ?> </div><!--/row--> </div><!--/container--> </div><!--/container-wrap--> <?php get_footer(); ?> .. Any ideas?
  7. Do you know how I also remove this from the general blog page? It has been removed form posts.. But not the main blog page!
  8. I'm trying to figure out how to remove these bits from my blog posts: If you need to have a look at the code, here's the link to the blog. Any ideas?
  9.    salvagesites reacted to a post in a topic: Wordpress won't let me blog
  10. Hi guys, A couple of days ago I encountered this slight hiccup: Firstly.. I apologise if this doesn't belong in content management systems. Please advise me where to post this! Secondly.. Has anybody else encountered this? When I click on 'visual' or 'text' nothing appears. Thirdly.. I have a plugin called Page Builder, that had an update and since then I haven't been able to build pages like I used to! I believe that this all happened at the same time. Looking forward to any productive advice that you could possibly give me (P.S. I have re-installed the latest version Wordpress to make sure.)
  11. I wish I asked on here a long time ago.. Jack- you have resolved both of my issues and for that, I am forever grateful. I hope something really good happens to you dude.
  12. Thank you so much, Jack. You are a legend.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.