Profiles

  • Member Since: July 9th, 2016
  • Website: mhthemes.com
  • Find me on:
  • Posted a reply to Change background color bbpress css, on the site WordPress.org Forums:
    I've really tried many, many possible ways to get that avatar to centralize, it just…

  • Posted a reply to Update to 4.7 messed up, then I messed it up more, on the site WordPress.org Forums:
    Excellent, that's good to hear.

  • Posted a reply to Change background color bbpress css, on the site WordPress.org Forums:
    .bbp-body ul { background: #efefef !important; } #bbpress-forums .tc_display li { text-align: center; padding: 0;…

  • Posted a reply to Update to 4.7 messed up, then I messed it up more, on the site WordPress.org Forums:
    Yes, you can freely replace all WP core files apart from the wp-content folder. I'm…

  • Posted a reply to Can’t change font size, on the site WordPress.org Forums:
    I see you got it figured out, the text is looking a lot bigger than…

  • Posted a reply to Change background color bbpress css, on the site WordPress.org Forums:
    Maybe something like this perhaps? #bbpress-forums div.bbp-forum-author, #bbpress-forums div.bbp-topic-author, #bbpress-forums div.bbp-reply-author { width: 160px !important;…

  • Posted a reply to Add content in slider, on the site WordPress.org Forums:
    Can you provide a link to your site and I'll try to implement such a…

  • Posted a reply to Text Tab Unavailable, on the site WordPress.org Forums:
    Try using WP_DEBUG via your wp-config.php file and try again, are there any error reports…

  • Posted a reply to Update to 4.7 messed up, then I messed it up more, on the site WordPress.org Forums:
    Download a fresh copy of WordPress. Using an FTP client, like Filezilla, you can connect…

  • Posted a reply to Colormag header date format problem, on the site WordPress.org Forums:
    You need to use a Child Theme, this way you can use its functions.php file…

  • Posted a reply to change Woo message line colours, on the site WordPress.org Forums:
    It's definately the correct classnames, the before selector on those elements are for the little…

  • Posted a reply to http://ihateseattle.com/, on the site WordPress.org Forums:
    Browse the themes directory to have a look for yourself, there are thousands of themes…

  • Posted a reply to Can’t change font size, on the site WordPress.org Forums:
    If you're not using WP4.7 then you can add the code to your Child Theme…

  • Posted a reply to Change homepage product image size, on the site WordPress.org Forums:
    As mentioned above, you can change the size of the actual theme images using a…

  • Posted a reply to Remove date and author/site name on bottom of each page, on the site WordPress.org Forums:
    Please try one of the methods we posted above.

  • Posted a reply to Moving tags from top of post to bottom of post, on the site WordPress.org Forums:
    You can use this CSS code: .enigma_sidebar_widget li.cat-item a { float: left; margin-right: 10px; }…

  • Posted a reply to Can’t change font size, on the site WordPress.org Forums:
    You can add this to your Additional CSS area via the Appearance > Customize menu.…

  • Posted a reply to Can’t change font size, on the site WordPress.org Forums:
    I only see the shortcode of the slider you're using, not the actual slider itself.…

  • Posted a reply to no credit at footer, on the site WordPress.org Forums:
    You really shouldn't use the Appearance > Editor at all. Not only is the editor…

  • Posted a reply to Moving tags from top of post to bottom of post, on the site WordPress.org Forums:
    That is CSS code which you can add to your site either via the Appearance…

  • Posted a reply to Can’t get rid of whitespace, on the site WordPress.org Forums:
    You can add this to your Custom CSS area within the Customizer, or via a…

  • Posted a reply to Remove date and author/site name on bottom of each page, on the site WordPress.org Forums:
    Thanks, you can add this to your custom CSS area within the Customizer. .page .none…

  • Posted a reply to Error 500, on the site WordPress.org Forums:
    Each server is different, not every method of increasing your memory size will work for…

  • Posted a reply to Remove date and author/site name on bottom of each page, on the site WordPress.org Forums:
    Can you provide the name of the theme you're using, or better still, a link…

  • Posted a reply to Css conflict, on the site WordPress.org Forums:
    Check the box-sizing property, you can replace the above with this in your custom CSS…

  • Posted a reply to Moving tags from top of post to bottom of post, on the site WordPress.org Forums:
    You can customize the appearance of those links by adding this: .enigma_tags a, .enigma_cats a…

  • Posted a reply to CSS – woocommerce: variation price font size, on the site WordPress.org Forums:
    You're very welcome! Please mark the topic as resolved :)

  • Posted a reply to css won’t save changes after 4.7 upgrade, on the site WordPress.org Forums:
    What happens when you save custom CSS? Are there any errors to report? Are other…

  • Posted a reply to CSS – woocommerce: variation price font size, on the site WordPress.org Forums:
    You can use the :nth-of-type selector, add this to your custom CSS area. #box-printing label:nth-of-type(2)…

  • Posted a reply to Unable to post, on the site WordPress.org Forums:
    Can you explain further about what happens when you try to make a new post?…

  • Posted a reply to Admin menu changed, on the site WordPress.org Forums:
    Are you certain you are logged in as an administrator as it sounds like you…

  • Posted a reply to Change homepage product image size, on the site WordPress.org Forums:
    The quick way would be to simply add this to your custom CSS area: ul.products…

  • Posted a reply to change Woo message line colours, on the site WordPress.org Forums:
    Thanks. You can add this to your custom CSS area: .woocommerce-message, .woocommerce-info { border-top-color: #CC0001;…

  • Posted a reply to Moving tags from top of post to bottom of post, on the site WordPress.org Forums:
    You can make a copy of the post-content.php file from the Enigma theme, into your…

  • Posted a reply to [shopkeeper] edited column width not responsive, on the site WordPress.org Forums:
    We're not supplied commercial products so would be unable to offer assistance, as per the…

  • Posted a reply to does this still work, on the site WordPress.org Forums:
    Yes you still need to add your custom CSS code otherwise the plugin won't know…

  • Posted a reply to change Woo message line colours, on the site WordPress.org Forums:
    Can you provide a link to your site please and I'll provide you with some…

  • Posted a reply to (Twenty Fourteen) Content Spacing and Margin Width, on the site WordPress.org Forums:
    You will lose all custom code if you modify the theme files directly and update…

  • Posted a reply to wp_Query date format, on the site WordPress.org Forums:
    Maybe something like this? $rel = get_post_meta( get_the_ID(), "released", true ); $date = new DateTime($rel);…

  • Posted a reply to How to Remove Primary Menu from Single Page, on the site WordPress.org Forums:
    site-navigation is an ID, not a class, so the code should be: .page-id-9612 #site-navigation {…

  • Posted a reply to navbar menu, on the site WordPress.org Forums:
    You can use your browsers Inspect Element feature, or a tool like Firebug, to inspect…

  • Posted a reply to Pics doesn’t appear anymore, on the site WordPress.org Forums:
    I can still see your images on all pages I've checked. Are the images still…

  • Posted a reply to Exclude Text from Home Page Excerpt, on the site WordPress.org Forums:
    How are you hooking your disclosure into the theme? You could wrap it, or the…

  • Posted a reply to Changing Added Content on Page, on the site WordPress.org Forums:
    You're using RevSlider to create these slides, open up the slider you have created and…

  • Posted a reply to Remove side Bar from specific pages, on the site WordPress.org Forums:
    You can create a Page Template for this purpose, create a new file called template-full.php…

  • Posted a reply to Exclude Text from Home Page Excerpt, on the site WordPress.org Forums:
    You could make use of custom fields to control the visibility on a per-post basis,…

  • Posted a reply to Moving tags from top of post to bottom of post, on the site WordPress.org Forums:
    Your site is in maintenance mode and isn't accessable. Depending on the theme you're using,…

  • Posted a reply to CSS codes not working after WordPress update, on the site WordPress.org Forums:
    To change the hyperlink colors: a { color: #f78769; } a:hover, a:focus, a:active { color:…

  • Posted a reply to Changing Colors, on the site WordPress.org Forums:
    Each theme is different so you're not going to be able to simply export/import your…

  • Posted a reply to Product View Formatting, on the site WordPress.org Forums:
    You can add this: @media screen and (max-width: 1200px) { /* original menu */ nav.main-nav…