carrierawks
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Opening Front Page to editIt depends on how the settings are on your site. If you have the front page being all blog posts or set to a page. You should be able to go into your Dashboard –> Pages and find the page to edit from there, if it is a page.
Or it might be a theme setting as well. Might want to look in there.
Forum: Fixing WordPress
In reply to: Help with Page FormatYou will need to go into the template files and change CSS and other things to make it work how you want. I would suggest going through different themes and checking out all the different options available out there.
Forum: Plugins
In reply to: [Advanced Editor Tools] [Plugin: TinyMCE Advanced] Import/Export SettingsYes having a import/export option would be nice. Thanks for the tips on getting the backup of the settings. ??
Forum: Your WordPress
In reply to: My newest wordpress siteThe only thing i would change on the site is the funky drop down menu that is in the footer for the contact page. Other then that pretty cool site.
Forum: Fixing WordPress
In reply to: help…!!!!If you just ordered the domain it might take up to 48 hours for the DNS to populate across the internet. Usually it’s quicker. But it does happen. I can see a site when I go to https://product-nation.com/
I am also having issues with this too on a site I am building.
Forum: Fixing WordPress
In reply to: Footer links dead on certain pagesTemplate=Theme
Did you do an upgrade of WordPress core files recently? Maybe your theme is not written to work with the newest version of WordPress, that has happened to me in the past.
Forum: Fixing WordPress
In reply to: Trying to go liveThe .htaccess file should have looked something like this to have it point to the right area:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Forum: Fixing WordPress
In reply to: Option to leave a comment on my blog has vanishedDo you have commenting turned off on the posts?
I would like to embed the subscription form anywhere within my wordpress site. That would be nice as well.
Forum: Fixing WordPress
In reply to: Static front page?There are two ways of doing this: You can go to Layout options and edit the look there like on this screen cap: https://imageshack.us/photo/my-images/43/layoutoptions.png/
or
Create a page and there should be a drop down & choose “No sidebars, one column content” option like on this screen shot: https://imageshack.us/photo/my-images/41/pagesettings.png then go to settings –> reading and make that new page you created your new static front page.
Also you can choose to hide all sorts of things on each page or have certain things show etc on a per page or even per post basis. ??
Forum: Fixing WordPress
In reply to: Static front page?Your theme looks a little weird, but have you tried looking at themes like Weaver II ( https://www.ads-software.com/extend/themes/weaver-ii ) the free ersion has so many options to play with and you can make it do a lot of different things. Take a peek at that one…hopefully that will help.
Forum: Fixing WordPress
In reply to: how do I make my homepage button my default web address- First login to the WordPress Admin (Dashboard) & create a page for your posts.
- Go to: Settings –> Reading
- Then select this option: A static page (select below)
- Select the page your using for Home and the page you are using for Posts.
Forum: Fixing WordPress
In reply to: Problems viewing my horizontal menu – using Alyeska Child siteYou mean this: https://imagr.eu/up/4ff73e417e86a2_menu.png ??
I can see it on IE9, and the latest: Chrome, Firefox, Safari, Opera browsers.Forum: Fixing WordPress
In reply to: Lost Header, Footer, SidebarsOkay if the files for your theme are at blog/wp-content/themes/eftmagic1
I am thinking perhaps you have upgraded your WordPress install and your theme is missing some elements to make it work? Have you upgraded? Have you tried other themes just to see if they do work?