KarinMA
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Media not uploadingI experience the same problem. Suddenly the medialibrary is empty and the button to uppload new images to a post or a page doesn′t work. Does this have anything to do with the latest version of WP? I have tried to reinstall wp and also to deactivate and remove plugins. Anyone here who knows how to solve this?
Forum: Fixing WordPress
In reply to: Place caption in the center of all attached photosThis is not solved for me yet… still looking for a solution…
Forum: Fixing WordPress
In reply to: All images on the page suddenly disapearedHi!
I tried everything except reinstalling wordpress manually. Could this be som kind of attack? I have cleaned files before from strange code and added files but it was a lot of work. Is there a easy way to check this.
Thank you for your help!
/Karin
Forum: Fixing WordPress
In reply to: Place caption in the center of all attached photosHi!
Thanks for answering! You are right I need to create a custum.css or a childtheme. Does custum.css always override style.css in the theme?
The reason for why the caption is not seen is because I have put opacity on it. What I like to do is to put the caption in the middle of the photo/image. When hovering over the image I like the caption to appear.
Here is the html: p class=”wp-caption-text”>Whale_pattern_shade</p>
and the css so far :
wp-caption .wp-caption-text, .entry-caption, .gallery-caption {
color: #220E10;
font-size: 18px;
font-weight: 300;
left: 50%;
line-height: 2;
margin: -50px auto 0 -100px;
opacity: 0.1;
padding: 10px;
position: absolute;
text-align: center;
top: 58%;
transition: opacity 0.5s ease-in 0s;
width: 200px;
}As you can see I tried to some possibilites without success. My goal is to create something like this: https://www.elinsvensson.com/
If you see any solutions I would be very thankful.
/Karin
Thank you very much! I will try this but I have one more question about this. When I used another captcha it closed down the possibility to login to wordpress on Ipad and mobile? Does this do the same thing?
Forum: Fixing WordPress
In reply to: Can′t upload images anymoreThis issue has been closed. Something was wrong with the servers! Thank you for your suggestion!
/Karin
Forum: Plugins
In reply to: [WP Post Signature] I can′t get this to work!Hi Solli!
I wonder if you could help with the polls again… When I upgraded wordpress I got the same problem with the plugin showing to much..
All the best!
/Karin
Forum: Hacks
In reply to: Changing the loopThank you very much for all the help! Now everything works perfectly! I guess commenting out irrelevant code is a great way to learn!
/Karin
Forum: Hacks
In reply to: Changing the loopI managed to change the <h3> line. But were do I change the category in this code /<?php query_posts( “post_type=post” . $home2cols_slide_col2_cat . $home2cols_slide_col2_limit ); ?>/
I tried to use the code you gave me before like this: /<?php query_posts( “post_type=post” . $home2cols_slide_col2_cat= ‘&cat=’ . ’81’;
$thecat = get_category(81); ?>/… but that doesn′t work.. Do I miss something?
Forum: Hacks
In reply to: Changing the loopThank you very much for you guide! I managed to copy the code and work with the css. There is only one problem left that I cant solve.
This is the url to the page:https://www.poppet.se/
at the end of the page you see the columns. When doing what you suggested I get the right header above but the images are from the sama category. Did I miss something?/Karin
Forum: Hacks
In reply to: Changing the loopThank you for your response. I can add categories for the two columns that are in the theme admin from start. But I don′t know how to add kolumn three and four to the theme admin. Is this easy? I thought this was complicated?
Do you know I guide to learn this?
Forum: Hacks
In reply to: Changing the loopThank you!
I try to be more clear! I use a theme that has severeal sections on the frontpage. One section is called: Two Column Mini Slideshow Loop.
I want this to repeat twice, but if I only copy this code: https://pastebin.com/CndxTCW7, I will get the same categorys repeating. So I thought if I can write the php-code in a way that it only get one category I can work this out. The other way, to get it to work in the admin of the theme, is to advanced for me. I am still a beginner.
/Karin
Forum: Plugins
In reply to: [WP Post Signature] I can′t get this to work!Thank you Soli!
UNfortunately it didn′t work. Something seems to be wrong. Do you by any chance know about other plugins for polls?
Allt the best!
/karin
Forum: Plugins
In reply to: [WP Post Signature] I can′t get this to work!I am using wp-poll on a page (poppet.se). And it looks all good until I vote. Then it shovs 2600% and the design doesn′t look good.
What can be wrong?
/Karin
Forum: Plugins
In reply to: [Event Organiser] translationOr not everything. The heading is in swedish but the sentence below the header is in english: This event is running from the 21 of september…
The time is displayed with F M.
/Karin