jlyon
Forum Replies Created
-
same here – I’ve checked all options in the settings, created a gallery from within a post by clicking Add Media and I don’t see any options for a tiled galleries any where.
PLEASE HELP!
Hi
has this level of styling breadcrumbs been implemented – at the moment it seems it’s just Page 1, Page 2 etc – would love to customise this as per the codyhouse demo.
Thanks
Jonathan
Forum: Plugins
In reply to: [Clone] URL's Not ResolvingThankfully @themadproducer saved the day for me. The advice really worked after it appeared I had some how caused an infinte loop of redirects between each site while attempting to login.
Here’s what happened to me.
1. I installed WP-Clone on both sites. BackedUp on site A, restored to site B – new install WP 4.4 (different server)
2. Backup and restore worked with no errors but then I checked and all urls pointed to the old site – site A
3. I then tried to log in to site B but the login redirected me to site A login
4. So I changed the site URL and wordpress URL in site A and caused a whole heap of mayhem – when trying to log into either site caused a redirect to each other no matter what I tried – major panic set in, I couldn’t access either site!!!.
5. I then tried https://www.siteB.com/wp-login.php rather than https://www.siteB.com/wp-admin.php and I got in to the dashboard – phew!
6. I then changed both the site url and wp url to SiteB
7. I then followed @themeproducer’s advice:-
Via ftp, I added the following to wp-config.php: of the new cloned site…
define(‘RELOCATE’, true);With that set, try to login to WP.
WP will detect the new location and update the URLs in the database.Immediately remove the RELOCATE line via ftp and save.
And now I’m back in to both sites and no URL issues.
Thanks!!
Jonathan
Forum: Themes and Templates
In reply to: All slides shownHi bycengo
I’ve found a solution.
Create new portfolio
add images
add tags, category, featured image and excerpt
publishyou will then see both the slider and the images below it when you view the portfolio
now go back in to the portfolio and delete all the images and press update and you will be left with just the slider
Forum: Fixing WordPress
In reply to: Adding comment metaHey Wayne / Tyrun
Would this help? https://www.soapboxdave.com/2010/02/using-wordpress-comment-meta/
If you find a working solution please let me know, I’m going to play around with this as well so if I get it to work I’ll let you know.
Cheers
Jonathan
Forum: Themes and Templates
In reply to: Forcing/Designating/Defaulting a parent pageYes – I have exactly the same issue, I need a default page parent -have you found a solution yet?
Thanks
Jonathan
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Multiple Contact Forms For Multiple AuthorsOk thanks for your help, Is there a way I can pass the recipient email address as a variable to the form?
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Dropdowns and Checkboxes Choices NOT WorkingHi takayukister
Would it be possible to answer my question regarding multiple forms on different author pages please?
At the moment I am having to use this on each page and I would rather use your form:-
email <a href="mailto:<?php echo antispambot(get_the_author_email()); ?>"> <strong><span class="lowercase"><?php the_title(); ?></span></strong></a> </div>
Here is my original question
https://www.ads-software.com/support/topic/358712?replies=1
Thanks so much
Forum: Fixing WordPress
In reply to: Posts side by sideHi Gabriel
I hadn’t seen that site before, very cool (velhetica.com). I do something similar but not as well styled as that. It’s pretty simple and straightforward.
You will need to play around with the styling to achieve the look you want. Here is my code for my index.php file:-
<?php get_header(); ?> <div id="pagecontainer_home"> <div id = "biglogo"> </div> <div style="margin-top:250px; padding-left:30px;margin-left:auto;margin-right:auto; text-align:center;"> <table width="100%" border="0" align="center"> <tr> <td> <div id="postsblock"> <?php query_posts('showposts=8'); ?> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <div id="blogbox"> <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2> <?php the_time('d/m/y') ?> | <?php the_time('g:i a') ?> <p><?php the_excerpt(); ?></p> </div> <?php endwhile; /* rewind or continue if all posts have been fetched */ ?> <?php endif; ?> </div> </td> </tr> </table> </div> </div>
The css styling for the blogbox is:-
#blogbox{ border-right:1px solid #666666; font-size: 1.25em; font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif; text-align: left; padding-left:10px; padding-bottom:30px; float:left; width:200px; padding-right:20px;" min-height:500px; }
You can see it in use here:-
https://thelittlegreenmarketingcompany.com/blog
Hope this helps!
Thanks
Jonathan
Forum: Fixing WordPress
In reply to: Getting user id from username?Thank you thank you. I was looking for ever to find a means of extracting the userid from login name and your snippet worked a treat!
Forum: Fixing WordPress
In reply to: Permalink issue after site migration to different hostThanks so much Michael – I was having the very same issue with netnation and wordpress.
My situation was that pretty urls would work if the wp install was in a sub directory but not in the root https://www.mydomain.com/about would fail and https://www.mydomain.com/wordpress/about would work.
Thanks so much for the solution, thankfully, I didn’t have to spend 3 months.
Great art by the way!
Jonathan
https://www.crowdpeople.comForum: Plugins
In reply to: [Plugin: User Photo] 2 Warnings with WP 2.5 Permission error & Header errorNot sure if this will help but trying going to:-
https://www.yoursite.com/wp-admin/options-misc.php
go to:
– settings
– miscellaneous settings
and then uncheckOrganize my uploads into month- and year-based folders
This may help.
I have a question as well:-
How do I use User Photo with wp_list_authors to show current authors with their photo next to them in the side bar
Thanks
Jonathan
Forum: Fixing WordPress
In reply to: problem with div / css in header.phpSorry there was a full stop after blog, here’s the link:-
https://www.lettersunite.com/blog
Here’s my header.php:-
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”https://www.w3.org/1999/xhtml”>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1″ />
<title>Letters Unite | A global art initiative to raise awareness about literacy</title>
<meta http-equiv=”content-type” content=”text/html; charset=<?php bloginfo(‘charset’); ?>” />
<meta name=”description” content=”<?php bloginfo(‘name’); ?> – <?php bloginfo(‘description’); ?>” />
<meta name=”keywords” content=”” />
<link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘stylesheet_url’); ?>” />
<link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”<?php bloginfo(‘rss_url’); ?>” />
<link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”<?php bloginfo(‘atom_url’); ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<?php wp_head(); ?>
</head><body>
<div id=”wrapper”>
<div id=”header”></div>
<div id=”menu”>
<ul id=”menu”>- home
- add your city
- view galleries
- letters unite store
- blog
</div>
AND HERE’S THE CSS
https://www.lettersunite.com/blog/wp-content/themes/lettersunite_wp/style.css
I would be so grateful if you can help, I’ve been trying to figure it out since yesterday.
Thanks
Jonathan
[email protected]