PremiumWP
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Similar themes and plugins suggestionIts difficult to make specific recommendations but there are lots of good directory WordPress themes and plugins available that would give you a good head start on building site like that.
Have a look through these plugins that provide directory functionality https://wordpress.org/plugins/search.php?q=directory
Also if you do a search for ‘directory wordpress themes’ you’ll find plenty of nice themes
Forum: Themes and Templates
In reply to: starting pagesThe WordPress Codex is a good place to start for learning about WordPress https://codex.wordpress.org/
Forum: Themes and Templates
In reply to: How do I delete an unwanted theme?If you go to the Themes section in your site ( Appearance > Themes ) and click on the ‘Theme Details’ you will see an option to Delete.
Forum: Themes and Templates
In reply to: ThemeIn order for people to understand and try to help you’ll need to provide specific details about what theme you’re using, what you’ve done, what you’re trying to change etc.
Forum: Themes and Templates
In reply to: The Divi Builder Contact FormDivi Builder is a commercial product which includes support from Elegant Themes, so your best option would be to seek support from Elegant Themes here https://www.elegantthemes.com/forum/
Forum: Themes and Templates
In reply to: CAN I RESELL WORDPRESS THEMES?It depends on the individual theme license.
If the theme is licensed 100% GPL you can do whatever you want with it.
Forum: Everything else WordPress
In reply to: Using WP logo within your own logoHave a read of the WordPress Trademark Policy about using the WordPress logo http://wordpressfoundation.org/trademark-policy/
Forum: Themes and Templates
In reply to: Theme: Boutique/StorefrontThere are two ways you can do that:
1. Change the text via a filter. Add the following code into your functions.php file. The example below changes the title to “New Products”.
function sf_change_recent_product_title( $args ) { $args['title'] = __( 'New Products', 'storefront' ); return $args; } add_action( 'storefront_recent_products_args', 'sf_change_recent_product_title' );2. You can use the Storefront WooCommerce Customiser extension to easily customize this (and much more) without touching any code.
Forum: Themes and Templates
In reply to: [Oprum] logo imageIs the logo displaying smaller than the actual size of the logo you created? If its not just because your logo is too small you might need to adjust the size of the logo / header area in the css.
Forum: Themes and Templates
In reply to: [Enigma] Remove Title Section on pages of Enigma ThemeIf you’re using the premium version of the theme its probably best to seek support from the developer. They should be able to help you out.
Forum: Themes and Templates
In reply to: WordPress theme with mobile menu with big buttonsThat looks like a custom mobile version of the website and not just a theme with a responsive design. Those big buttons are not actually part of the menu system but are in the content section of the website.
If you want to make something similar using a theme with a responsive design you would have to add big (responsive) buttons to the homepage of your website that would show on the desktop and mobile views. Otherwise you would need to create a separate mobile website.
Forum: Themes and Templates
In reply to: [WEN Business] mobile friendly slider textWhat slider are you using?
Forum: Fixing WordPress
In reply to: How do I adjust the title of a blog?You’ll need to provide a bit more information and probably a link to your site so people can see your issue and help.
Forum: Your WordPress
In reply to: Tips pleaseGood effort. One suggestion – you might want to have a look at how to do your background image though as on my monitor the background image is tiled and doesn’t go to the bottom of the screen which doesn’t look great.
Forum: Your WordPress
In reply to: New site for a new catering business. Critiques? Comments? Ideas?The website title (text) and header is kind of small and looks a bit odd. However it looks like you really have 2 headers at the moment above and below the navigation menu. Maybe move the image logo up the top instead of the text title?