zelen
Forum Replies Created
-
Forum: Plugins
In reply to: [Qwizcards | online quizzes and flashcards] Wizard not alignedHi Dan,
That is correct. The 3.42 update has fixed my issue.
Thank you,
KatalinForum: Plugins
In reply to: [Qwizcards | online quizzes and flashcards] Wizard not alignedHi Dan,
I have the very same issue. I could send you a screen shot and all my system info so you can see what other plugins I am using etc.
Thanks,
KatalinForum: Fixing WordPress
In reply to: Made a mistake while changing from temp URL to perm oneNot exactly,
I am moving it from the temp URL (set up in Bluehost) http://69.89.31.155/~zelendes/newwebsite/ to http://www.zelendesign.com (same server, of course.).
The last time I tried to do it by changing the url settings in admin, I got locked out from admin. Modifying functions.php turned everything upside down too.
So I am trying to poke around this time how to do this best. This is my first time doing this πForum: Fixing WordPress
In reply to: Made a mistake while changing from temp URL to perm oneHi HostAwesome,
I installed the plugin but it didn’t find any errors in the urls.
What helped, though, was that I edited slightly the faulty URLs (Ex. /dining-table instead of /dining-tables). Now it works properly.
So I am back where I am started. π The site is functional under the temp URL.
I now have to move the site to the new URL. There are several ways of doing that, some seem really simple, some awfully complicated.
Which option works best in your opinion?
ZelenHi,
I do have a Coming Soon page that came with my theme. I was working on that one when I accidentally launched my entire site.
What worries me is that I dont want the content I am working on to be seen by search engines and direct people to my half-ready site.Forum: Plugins
In reply to: [Easing Slider] Center slideshow on pageThis is what I have in my header:
<?php
if ( is_front_page() ) {
if ( function_exists( “easingsliderlite” ) ) {
easingsliderlite();
}
}
?><?php
It is here that I would put the div you suggest?
ZelenForum: Plugins
In reply to: [Easing Slider] Center slideshow on pageHi Matt,
Where would I put that exactly? I tried to put it into the Child Theme header.php, but it didn’t work.
ZelenHi alchymyth,
It seems that solved my problem. Thank you!
ZelenSorry, I am not sure what that means. What do I have to fix?
I am trying to change the size of the content area and side bar area in sidebar template.
Here is what I have in my child theme .style.css:
/* Right Content */
.left-sidebar #primary {
float: left;
margin: 0 -26.4 0 0;
width: 100%;
}
.left-sidebar #content {
margin: 0 24% 0 4.6%;
width: 66.4%;
}
.left-sidebar #secondary {
float: right;
margin-right: 1.6%;
margin-left: 0;
width: 28.8%;
}It does not, however, override the twenty eleven style.css, therefore the changes are not reflected on the site.
Forum: Fixing WordPress
In reply to: Twentyeleven child theme does not load properlyHi,
I spent hours reading through the forum, but I still don’t understand why my child style.css doesn’t want to override the Twenty eleven style.css.http://www.zelendesign.com/wordpress/sample-page/accessories-2/tupol-candle-holders/
Anyone has an idea?
Zelen
Forum: Themes and Templates
In reply to: Branding image and site description on one lineHi Tracy,
It worked very nice! Thank you for your help, I was not getting anywhere with this issue.
Zelen