ProjectArmy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Sometimes CSS not loadingDoing an
@importis no longer a good practice according to the codex.Please see this guide.
Quoted from the codex:
The final step is to enqueue the parent and child theme stylesheets. Note that the previous method was to import the parent theme stylesheet using @import: this is no longer best practice, as it increases the amount of time it takes style sheets to load. The correct method of enqueuing the parent theme stylesheet is to add a wp_enqueue_scripts action and use wp_enqueue_style() in your child theme’s functions.php
Forum: Fixing WordPress
In reply to: Change layout of Product GallerySince it’s a premium theme, its developers might be able to provide better support.
Forum: Fixing WordPress
In reply to: Menu links dont work (always go to index)Can you try renaming the current htaccess file to something line .htaccess-old and then save your permalink settings. By doing this, WordPress will generate a new .htaccess file.
Forum: Fixing WordPress
In reply to: Error too many redirectsIs there a redirect rule in your htaccess file?
Forum: Fixing WordPress
In reply to: Images being stretchedI see. I get that look if I make the browser size smaller. Anyway, just add this CSS code in your website:
.pin-board-pin .post-thumbnail img {height: auto;}Just place it in the style.css of your child theme. If you don’t have a child theme, you can install a plugin that will allow you to add CSS codes.
Forum: Fixing WordPress
In reply to: everything has gone!!Best solution is to contact your host. And the people you paid to build your website. They’re the best people who can help you right now.
Forum: Fixing WordPress
In reply to: Unwanted Slug Extentions to my URLs – #.v15…Sorry Mark I wasn’t able to see your reply as I wasn’t able to refresh this thread after I was checking the site. There’s your answer Taylor. 🙂
Forum: Fixing WordPress
In reply to: everything has gone!!You may need to contact Creativo then. There’s also this message from your website.
Are you the Site Owner? You should login to your WordPress installation and prepare your site for launch. To launch your site just click the link in the banner at the top of the screen.Forum: Fixing WordPress
In reply to: Images being stretchedThe images look fine to me.
Forum: Fixing WordPress
In reply to: Unwanted Slug Extentions to my URLs – #.v15…What’s in your permalink settings?
Forum: Fixing WordPress
In reply to: Previews cannot be scrolledI think it’s the preview that’s broken and not the theme. In the preview, the theme is being placed inside a container so you’ll see 2 scrollbars if you set the browser to a smaller viewport size. You can see it if you view it from a computer.
Forum: Fixing WordPress
In reply to: Site does not load in any browserI can open your site. The server might have went down for a bit.
Forum: Fixing WordPress
In reply to: Home Page doesn't look right on MobileYou need to edit the CSS code for the mobile view.
Is this how it’s supposed to look?
Forum: Fixing WordPress
In reply to: Cant activate sidebar for my themeSorry. I forgot to include the description as well. Can you try to simply set it as
'description' => 'description here',Forum: Fixing WordPress
In reply to: Site not working in mobile in portrait viewI think the reason why you can’t click on the menu is because the text on the slider overlaps the menu container. You may need to hire a developer to fix the mobile layout of your site.