Karolina
Forum Replies Created
-
The solution is here for the benefits of the other readers:
Type in the following URL
https://www.yoursite.com/wp-admin/options.php and find this option:dbem_full_calendar_long_events
Set 0 to 1 and savehttps://www.ads-software.com/support/topic/eevents-that-span-over-more-than-one-day?replies=2
Thanks, if you read my post you see that I already did it at the event page. So I eneded up with 2 calendars. One is form the plugin itself and the other from the shortcode. How can I leave just one calendar that is created from the shortcode? Or how I tweak the original one from plugin to span posts?
Forum: Plugins
In reply to: tidy tags assign table is empltyFor the benefits of other users.
Once you have tidy lag groups created, you have to create new tags and assign lang to these tags in the Tags page of your admin. once it done, then the tidy tags assign table will be populated with these records.Forum: Plugins
In reply to: xili-languageFor the benefites of other readers. After 2 days of digging I figured out that:
1. Problem with the home page is fixed in the 1.9.1 version.
2. Browsing with xili is by cathegory not by pages. Look at their official page. It works fine for me
3. Once you click on flag or the language name, it will redirect you to the home page. But if you use categories in you menu as per suggestion #2 you will navigate around with no problems.Forum: Themes and Templates
In reply to: the_post_thumbnail URLSorry, the code is here
<?php if (has_post_thumbnail()){ ?> <?php $domsxe = simplexml_load_string(get_the_post_thumbnail()); $thumbnailsrc = $domsxe->attributes()->src; ?> <li class="sliderImage"> <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"> <img src="<?php echo $thumbnailsrc ?>" alt="<?php the_title() ?>" width="560" height="229" /> </a>
Forum: Themes and Templates
In reply to: the_post_thumbnail URLHi, i just came across same problem that array pulls out only 150×150. I have a custom size called ‘slider’, how can i get img with this custom size outputted?
Here is mu code inside the loop where it pulls the 150×150 img
<?php
$domsxe = simplexml_load_string(get_the_post_thumbnail());
$thumbnailsrc = $domsxe->attributes()->src;
?>
<li class=”sliderImage”>
” rel=”bookmark” title=”Permanent Link to <?php the_title_attribute(); ?>”>
<img src=”<?php echo $thumbnailsrc ?>” alt=”<?php the_title() ?>” width=”560″ height=”229″ />
Forum: Networking WordPress
In reply to: Adding subdomain in wp-adminI figured it out… The domain registration is not much user-friendly on WP 3.0. I’ll post detailed steps on the forum. Great thanks.
Forum: Networking WordPress
In reply to: Adding subdomain in wp-adminHi Andrea,
Thanks a lot for the reply :-). Yes, I enabled wildcards on the server, at least I requested to configure my domain as per recommendations at https://codex.www.ads-software.com/Create_A_Network and I got a reply that it’s done. I went through the list of tasks at Create_A_Network ans thorough implemented each and every step during the network installation, I even installed MultiSite plugin (the Sunshine one). So in my superAdmin I have now Domain Mapping and Domain, which i’m not quite sure I need to registered subdomains. At the end of Create_A_Network there is nothing on subdomain registration. I just need to register subdomains with the wordpress and have them as categories on the main page later on. So I’m not quite sure what should I do next to register it. “Add site” gives me the subdirectory possibility only, and the documentation is not that clear at this point. Should I register domain first under Domain Mapping? Should I re-install everything? Your help is greatly appreciated!
Best regards,
Ella.