abulaye
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hoffman] Post PaginationThanks a lot for your quick answer.
Tes, I typed in the quicktag and it is working.Again thanks
–EGA (abulaue)Forum: Themes and Templates
In reply to: [Ryu] Video post format@sacredpath – Tried the shortcode you’ve provided and it didn’t work.
Regards EGAForum: Themes and Templates
In reply to: [Ryu] Video post format@sacredpath
Hi, I’ve removed the video url and pasted instead the following shortcode:
[embed width="984" height="554"]https://youtu.be/8SzFaEqbLRM[/embed]As a result, now the video does not fill the width of the content and still has the reported issued on mobile devices.
I will keep the post with that embed shortcode so you can check it out. The URL for the post is: https://arenasdeltiempo.com/en-algun-lugar-alla-afuera/
Thanks a lot for your quick reply
I pray and look foeward to get this nag fixed
Regards EGAForum: Themes and Templates
In reply to: [Make] Make ChangelogThanks a Lot
Regards EGAForum: Plugins
In reply to: [Blackhole for Bad Bots] Blocking ChromeHi Jeff, thanks for replying, I don’t have yet activated any caching plugin yet, but the host that I use does have Varnish Caching. So I will wait until you got that new version. Thanks a lot for your advice
Regards EGAForum: Plugins
In reply to: [Blackhole for Bad Bots] Blocking ChromeHi, I’ve been having the same issue as posted by Michael and Bowo. First, when I installed the plugin I tested the link and it just delivered the page with the message, since I was logged-in it was easy to clear my IP, but after I logged-out I was denied access, so I had to remove the plugin and still suffering the same problem. To make things worse, the day that I activated the plugin pretty much everybody had access denied, including authors and user of the blog, I got word of the problem thanks to my readers. Since then I tried several other times to re-activate the plugin but the problem still remains.
Also, there are blaclisted IPs that I’m not able to remove using the plugin settings.
Regards EGAForum: Themes and Templates
In reply to: [Hoffman] Child Theme IssuesRight now, no I don’t have more questions.
Thanks EGAForum: Themes and Templates
In reply to: [Hoffman] Child Theme IssuesHere it is:
/*
Theme Name: Hoffman Child Theme
Theme URI:
Description: Hoffman Child Theme
Author: Abulaye
Author URI: https://www.abulaye.us
Template: hoffman
Version: 1.0.0
*/@import url(“../hoffman/style.css”);
/* =Theme customization starts here
——————————————————- */Forum: Themes and Templates
In reply to: [Hoffman] Child Theme Issues@stephencottontail
I partially solved the problem placing a copy of genericons folder into my Hoffman-Child theme folder. Hope that can be worked out soon by the developer. Regards EGANote: I’m using version 1.09 (svn)
Forum: Themes and Templates
In reply to: [Hoffman] Child Theme IssuesI’ve just installed version 1.09 (svn) and still the child theme is not rendering icons any where (sticky posts, social menu and author box).
Regards EGA
Forum: Themes and Templates
In reply to: [Hoffman] video url not foundThanks a lot for the fix, I tested (installed) version 1.09 (svn) and video post is working as expected. Again thanks a lot
Regards EGA
Forum: Themes and Templates
In reply to: [Hoffman] Child Theme IssuesUnfortunately I can’t at this very moment ’cause I’m building on a local instal with XAMPP, as soon as I move to production site I will drop a link here. Thanks EGA
Forum: Themes and Templates
In reply to: [Hoffman] video url not foundHi Anders,
Thanks for your reply, which version do you refernce, v 1.07? Or a new one coming in the next days? I’m getting the error with version 1.07.
Again thanks a lot.Regards Ega
Forum: Plugins
In reply to: [Easy Digital Downloads - CSV Manager] Featured image has invalid permissionsFinally I made it to work. For anybody having the same problem, the right answer is here “cant figure out image slug“.
In the CSV file you only need to enter the image name (ie image.jpg), then before importing you must upload the image into wp-content/uploads. No need to change permissions but in case you do need then permission should be set to 644 if it doesn’t work use 655. After successful import the image will be moved automatically into wp-content/uploads/edd. I know it is going to be a little messy compared to organized folders by year and month.
I tried using a sub folder under wp-content/uploads and the import ended with a real nasty error on line 548 of class-importer.php.
Regards Eduardo
uploading the CSV
Forum: Plugins
In reply to: [Easy Digital Downloads - CSV Manager] Invalif image permissionHi Pippin.
I’ve read the post made by barbfeldman about “Featured Image has invalid permissions”. I followed all her recommendations but I’m still unable to make the import process to work correctly, at least for featured images.As she said, replacing absolute path with a relative path to the image will make the import to complete successfully, but the image is still missing from the post. I tried the following:
Uploading image to EDD folder (lines below were the data entered in the csv file):
? /wp-content/uploads/edd/2014/04/image.jpg (image permissions: 655)
? wp-content/uploads/edd/2014/04/image.jpg (image permissions: 655)Uploading image to a different folder (lines below ? were the data entered in the csv file):
? /wp-content/uploads/temp/image.jpg (folder: 755 – image: 655)
? wp-content/uploads/temp/image.jpg (folder: 755 – image: 655)I dropped her a request to provide more detailed info about the process she followed but no answer yet, so here I’m asking you to (please) provide clear instructions on what needs to be done in order to import the featured image using the CSV Import Manager.
Regards EduardoNote: barbfeldman is right about the information that needs to be put in the file, so in order to import you must provide the following:
Slug, Date, Status, Description, Excerpt, Post Title, Download file, Category, Tags, Price and Image. If the path to the image is absolute the import will stall. If the path to the image is relative the import will occur even if the category and tag provided don’t exist (will be created in the import process).Regards Eduardo