Robin
Forum Replies Created
-
Forum: Hacks
In reply to: Exit Overlay or Lightbox issuelooking at code/js it doesnt even seem to do what u mentioned about overlaying –
+ delegate was an old style method of jquery u should use .on(), + drop $ and use jQuery (u can see your console log)Forum: Hacks
In reply to: Exit Overlay or Lightbox issuei am not sure if i follow what exactly you want but what i can understand is that when a user clicks on a link on ur page you want that page to get an overlay while the user goes to another site, if thats the case
you could add a div right after body with an absolute class element having dark background color with low opacity and width of your container and that class is by default hidden and through js
class.onClick ( make absolute class display block)Forum: Hacks
In reply to: JS script loads through wp_enqueue but does not work.most likely if u do inspect element your console might be showing a $ undefined error (but still want to be sure so either if u can provide link to ur site or check ur console – > inspect element > console)
and not really sure what your are doing but in your original script scroll to top section is being called on document ready where as in ur test.js it is just a normal function so it actually is not being fired on document readyForum: Hacks
In reply to: Dreamweaver CS3 URL issueIf you have your landing page as index.html/index.htm (you could just change that in your hosting panel to allow first to render html pages and than php pages)
this way wordpress index.php wont render – and only ur landing page will work, (but still if u need to run your WP u can put that into a sub folder)Forum: Hacks
In reply to: paginate_links in category.php NOT WORKcan you also use pastebin to paste your archive/ category page code may be some loop issue in there
Forum: Hacks
In reply to: paginate_links in category.php NOT WORKthis is working on my local try it out
global $wp_query; $big = 999999999; // need an unlikely integer $links = paginate_links( array( 'base' => str_replace( $big, '%#%', esc_url( get_pagenum_link( $big ) ) ), 'format' => '?paged=%#%', 'current' => max( 1, get_query_var('paged') ), 'total' => $wp_query->max_num_pages, 'prev_text' => '<i class="fa fa-left"></i>', 'next_text' => '<i class="fa fa-right"></i>' ) ); ?> <div> <?php echo $links; ?> </div>Forum: Hacks
In reply to: Create page and contentHi
As ancawonka, mentioned, what exactly is the purpose you want to achieve, if it is just having a form in your content page, this can be managed with gravity form/ contact form 7 and most form plugins available, almost all of them provide shortcode/hooks.Forum: Plugins
In reply to: [Frontend Publishing] Remove all restrictionbut anyways client is ok using it this way – so all good
but it is a bug so to say –Forum: Plugins
In reply to: [Frontend Publishing] Remove all restrictionForum: Plugins
In reply to: [Frontend Publishing] Remove all restrictionthanks
Forum: Fixing WordPress
In reply to: error: site appears blank white screen when try to open it.and in your wp-config please make debug, true
Forum: Fixing WordPress
In reply to: Help my website has a fatal erroru know the link you have posted are of localhost and not actual server + u should open a new post for your issue
Forum: Fixing WordPress
In reply to: blog post distorted once publishedits the share plugin as its breaking the URL mostly facebook (the share button )
Forum: Installing WordPress
In reply to: Installation using WindowsYour NameServer and DNS entries would go in ur domain control panel – you should contact your hosting, This is more of WordPress support forum
Forum: Installing WordPress
In reply to: Installation using Windowswhat do u mean by WordPress as web host