Title: gdgraphics's Replies | WordPress.org

---

# gdgraphics

  [  ](https://wordpress.org/support/users/gdgraphics/)

 *   [Profile](https://wordpress.org/support/users/gdgraphics/)
 *   [Topics Started](https://wordpress.org/support/users/gdgraphics/topics/)
 *   [Replies Created](https://wordpress.org/support/users/gdgraphics/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/gdgraphics/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/gdgraphics/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/gdgraphics/engagements/)
 *   [Favorites](https://wordpress.org/support/users/gdgraphics/favorites/)

 Search replies:

## Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)

 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Astra] Interfering](https://wordpress.org/support/topic/interfering-2/)
 *  Thread Starter [gdgraphics](https://wordpress.org/support/users/gdgraphics/)
 * (@gdgraphics)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/interfering-2/#post-12282286)
 * Thank you for replying. I will email you details.
    It’s on a cloned version of
   a live website that I am running on my local MAMP server. There is also a pagebuilder–
   Elementor which may also be causing a problem. Basically Javascript events attached
   to links on tabs are not firing.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPCustom Category Image] Seems not working since 4.5](https://wordpress.org/support/topic/seems-not-working-since-45/)
 *  [gdgraphics](https://wordpress.org/support/users/gdgraphics/)
 * (@gdgraphics)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/seems-not-working-since-45/#post-7298621)
 * I also had the same problem. Used the plugin on 3 sites – all failed after the
   latest WP update to 4.5.2
 * I used the [@webkupas](https://wordpress.org/support/users/webkupas/) solution
   and it works perfectly for me too!
 * Nice one [@webkupas](https://wordpress.org/support/users/webkupas/) thanks for
   finding the neddle in the haystack!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Transparent Menu/Header](https://wordpress.org/support/topic/transparent-menuheader/)
 *  [gdgraphics](https://wordpress.org/support/users/gdgraphics/)
 * (@gdgraphics)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/transparent-menuheader/#post-7186458)
 * It looks to me as though you can create some custom CSS within the theme.
    This
   then gets added to the head of the webpage below the link to the CSS file so 
   any styles you create will take precedence over existing styles. If this is the
   case then insert the following:
 * header {background: rgba(0, 0, 0, 0) none repeat scroll 0 0;}
 * This will then give you a transparent header area.
 * Have fun
    Graham
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Padhang] Move logo position](https://wordpress.org/support/topic/move-logo-position-1/)
 *  [gdgraphics](https://wordpress.org/support/users/gdgraphics/)
 * (@gdgraphics)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/move-logo-position-1/#post-7175047)
 * Do you have a link to a live site using this theme?
 * Its always possible to customise a WordPress theme by creating a child theme 
   and making your amendments in there.
 * Have fun
    Graham
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Search Function on Header, Aligned Right](https://wordpress.org/support/topic/search-function-on-header-aligned-right/)
 *  [gdgraphics](https://wordpress.org/support/users/gdgraphics/)
 * (@gdgraphics)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/search-function-on-header-aligned-right/#post-7186455)
 * Hi
 * it appears as though there is a space in your header file you can use to drop
   in the WordPress Search Box.
 * In your theme header.php file look for the following html code:
    <div class=”
   edgtf-position-right-inner”> </div>
 * In between the two html tags place the following code:
    <?php get_search_form();?
   >
 * Like this:
 * <div class=”edgtf-position-right-inner”><?php get_search_form(); ?> </div>
 * You may need to style it to match the theme colours etc.
 * Have fun
    Graham
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Vebra Properties] access token issues](https://wordpress.org/support/topic/access-token-issues/)
 *  Thread Starter [gdgraphics](https://wordpress.org/support/users/gdgraphics/)
 * (@gdgraphics)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/access-token-issues/#post-7040133)
 * No need, its sorted now.
 * The server was having an issue with the cron job.
    I found it easier to let Pingdom
   hit /wp-cron.php on a daily basis. Seems to work fine now.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pagination by BestWebSoft - Customizable WordPress Content Splitter and Navigation Plugin] Pagination breaks rss feed](https://wordpress.org/support/topic/pagination-breaks-rss-feed/)
 *  [gdgraphics](https://wordpress.org/support/users/gdgraphics/)
 * (@gdgraphics)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/pagination-breaks-rss-feed/#post-7021462)
 * Thanks, the code amendments worked fine for me.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Not Updating,..Stuck on Enabling Maintenance mode](https://wordpress.org/support/topic/not-updatingstuck-on-enabling-maintenance-mode/)
 *  [gdgraphics](https://wordpress.org/support/users/gdgraphics/)
 * (@gdgraphics)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/not-updatingstuck-on-enabling-maintenance-mode/#post-6117645)
 * Also check the ‘Update” folder in the wp-content directory.
 * WordPress will dump a load of files in there during an upgrade. If the process
   is interrupted you will end up with files that may be interfering with your site.
 * By default this folder is empty, its just a temporary space WordPress uses during
   an update cycle.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Widgetised area not saving the widget](https://wordpress.org/support/topic/widgetised-area-not-saving-the-widget/)
 *  Thread Starter [gdgraphics](https://wordpress.org/support/users/gdgraphics/)
 * (@gdgraphics)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/widgetised-area-not-saving-the-widget/#post-3119060)
 * Solved – it helps to read the forums before posting!
 * Turns out that WordPress doesnt like capital letters when giving something an
   id.
 * I changed the line:
    `'id' => 'HomeDisplayRecent',` to `'id' => 'homedisplayrecent',`
   and hey presto it works!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [404 errrors with catagories and tags](https://wordpress.org/support/topic/404-errrors-with-catagories-and-tags/)
 *  [gdgraphics](https://wordpress.org/support/users/gdgraphics/)
 * (@gdgraphics)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/404-errrors-with-catagories-and-tags/#post-1649135)
 * Thanks for replying Rev.
 * The blog page works fine and looks like this:
    [http://www.hatfoundation.org.uk/news-events](http://www.hatfoundation.org.uk/news-events)
 * The individual post looks like this but returns the 404 error:
    [http://www.hatfoundation.org.uk/289/events/2010-gala-dinner-charity-auction](http://www.hatfoundation.org.uk/289/events/2010-gala-dinner-charity-auction)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [404 errrors with catagories and tags](https://wordpress.org/support/topic/404-errrors-with-catagories-and-tags/)
 *  [gdgraphics](https://wordpress.org/support/users/gdgraphics/)
 * (@gdgraphics)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/404-errrors-with-catagories-and-tags/#post-1649130)
 * I have the same issue with one particular site.
 * The site uses WP as a cms and all the pages are showing up correctly with permalinks
   however, individual blog posts, which display correctly in the blog index page,
   do not show up when the title is clicked on and resolve to the 404 error page.
 * Any ideas where I am going wrong.
 * my permalinks are set to:
    /%post_id%/%category%/%pagename%
 * Cheers, any help appreciated

Viewing 11 replies - 1 through 11 (of 11 total)