dkerswell
Forum Replies Created
-
Forum: Your WordPress
In reply to: The revamp of my Professional WebsiteHello Matt, I love your site and your work, the only thing I can think of is speed up the loading time of the pages, I think it is because there are so many large images you can install a caching plugin and test your site on http://www.pingdom.com and check this out too
http://codex.ww.wp.xz.cn/WordPress_Optimization/Caching
regards
DebbieForum: Fixing WordPress
In reply to: Archive and category page thumbnail problemHello, check this out it may be helpful for you http://codex.ww.wp.xz.cn/Post_Thumbnails
Regards
DebbieHello,
You would need to edit the(your theme) style.css. First of all though make sure you make a child theme you can find out about those on http://codex.ww.wp.xz.cn/Child_Themes
then you just edit the .css and change font sizes or colours to what you desire.
you can do this in the editor from the dashboard- appearance- themes- editorRegards
DebbieForum: Fixing WordPress
In reply to: How to import a WP xml file that is greater than 10 mbHello, I did this last week using db-migrate, a plugin, if your site is still up in the old location you could use this plugin. I found a video on youtube. http://www.youtube.com/watch?v=yams2cg691w
Check there because there is some great info on how to migrate your site. I know you can upload your site via Ftp
Regards
DebbieForum: Fixing WordPress
In reply to: Archive and category page thumbnail problemHello Kikogoce_123
you can specify the size of your images under dashboard – settings – Media
you can specify the size of the thumbnails and put in dimensions. Hope that helps.
Regards
DebbieForum: Fixing WordPress
In reply to: Linking images to my Web StoreHello, on the dashboard under Appearance, Themes, Menu you have the option to add pages and categories to your menu, so make sure your shop page is added to the menu. Does that help?
Regards
DebbieForum: Themes and Templates
In reply to: [Adamos] Remove "Recent Posts" from HomepageHello thanks for the great theme, I have the same problem, what changes can I make to the child theme to do this, I tried commenting out that div but that did not seem to work, see below
<!–<div class=”section_thumbnails group”>
<h3>Recent Posts</h3>/*<?php $the_query = new WP_Query(array(
‘showposts’ => 2,
‘post__not_in’ => get_option(“sticky_posts”),
));
?>
<?php while ($the_query -> have_posts()) : $the_query -> the_post(); ?>
<div class=”col span_1_of_2″>
<article class=”recent”>
<h2>“><?php the_title(); ?></h2>
<?php
if ( has_post_thumbnail() ) {
$image_src = wp_get_attachment_image_src( get_post_thumbnail_id(),’featured’ );
echo ‘<img alt=”post” class=”imagerct” src=”‘ . $image_src[0] . ‘”>’;
}
?>
<?php echo content(50); ?><div class=”thumbs-more-link”>“> More</div>–>
appreciate some help
Regards
DebForum: Themes and Templates
In reply to: [Alexandria] LogoHello Hani Draidi
on the dashboard lefthand side, go to (your theme) and select options here you can upload your logo or put text and tagline.
Regards
DebbieForum: Themes and Templates
In reply to: No option to install or upload my own theme?Hello reqwebs
when you are in dashboard>appearance>themes>add new theme.
http://codex.ww.wp.xz.cn/File:themes.png Do you mean that when you look at the top of the page and click on add new them button nothing happens, it does not change screens
to Add Themes Upload Theme ?
Ok I think you are clicking on add theme square below the other themes; you have to download (top of the page)them first before you can click that. look at the top of the page.
Regards
DkerswellForum: Themes and Templates
In reply to: [Sparkling] COPYRIGHT ISSUEHello Bartnkcmo,
this is what happens when a theme is updated, stuff changes. Unless you have a child theme,which is a must if you want your changes to remain. check here http://codex.ww.wp.xz.cn/Child_Themes
Do you have a copy of your previous customizations ? if you do you could use some of that to make your child theme. Also if you have a backup plugin that can be used. if you dont have backup buddy or wp backup I advise you to get one of them.
Regards
DkerswellForum: Fixing WordPress
In reply to: Media Library as a Page GalleryI am not sure about that but another way is to get a plugin like NextCellent Gallery and make a gallery page.
hope that is helpful
regards
DebForum: Fixing WordPress
In reply to: Using ww.wp.xz.cn with wordpress.comHi check this page
http://www.prchecker.info/free-web-hosting.phpyou could try one of these to test your site,
regards
DebForum: Themes and Templates
In reply to: [Arcade Basic] Page StyleHi if you go to your dashboard then pages and edit one on the right side there is a box with page attributes and there is a dropdown menu to choose default template and other options, full page is one or down the bottom of the page you will see layout and it gives you the option to have three different layouts, full width is one of them. At least that is how it is with the theme I use. Check yours
Regards
DebForum: Themes and Templates
In reply to: Static/No Theme PageYou can make a separate page outside of wordpress and have it sitting in the public_html folder and link to it from your wordpress site. Add a hyperlink < a href=”http://www.YOUR-WEBSITE.com/seperate page.html” target=”_blank” >YOUR-TEXT-GOES-HERE< /a >
hope that helpsForum: Themes and Templates
In reply to: Twenty Fourteen Change after WP UpdateI think the browser incompatibility question is one for the how to and trouble shooting section, try there. Good luck!