kr3t3n
Forum Replies Created
-
I face the same issue and also don’t have a paid account.
Can you please help me with that?Forum: Plugins
In reply to: [Import Eventbrite Events] Default Import StatusHi @karangadhavi, I know that. I am asking if I can change the default value that is loaded when adding a new event.
Forum: Fixing WordPress
In reply to: Instagram did not return a 200.Yes, you’re absolutely right…the Instagram widget comes with the theme I’m using (Elara) and the problem turned out to be caused by WP-Tweaker and the “Disable automatic http-requests by Plugins & Themes” feature. It was also causing other issues such as Jetpack not being able to connect and the website in general not being connected to www.remarpro.com, which in turn meant I couldn’t add/update plugins.
Forum: Fixing WordPress
In reply to: Admin bar default color scheme for nonregistered/nonlogged usersThank you very much, @bcworks, I get it now (I think ?? )!
Since I am forcing the admin bar to be displayed for users who are not logged in, I will skip the ‘if’ statement. I’ve tested it and it works perfectly!
Forum: Fixing WordPress
In reply to: Admin bar default color scheme for nonregistered/nonlogged usersOne more question!
In order to use admin_url, how would I make it work for <link rel=”stylesheet” href=”css/colors/coffee/colors.css” type=”text/css”> for the echo?
Forum: Fixing WordPress
In reply to: Admin bar default color scheme for nonregistered/nonlogged usersAwesome, thank you very much, @bcworks!
It works even without the priority parameter!
Forum: Fixing WordPress
In reply to: Admin bar default color scheme for nonregistered/nonlogged usersThanks bcworkz, very valuable tips! ??
However, you mention that the link will be visible in my admin page. My intention is for this override to be visible on the front end. I have already forced the admin bar to appear on the front end for unregistered / not logged users, but it is only the black template for them. Logged users already see the ‘Coffee’ color scheme, so that’s fine for them.
I noticed that with that code the link does not appear at all on the front end. Is there something I’m missing there?
Forum: Fixing WordPress
In reply to: Admin bar default color scheme for nonregistered/nonlogged usersThank you for the pointers. I am already using a child theme and have quite a few custom snippets of code in the functions.php (copied and adjusted for different reasons).
Since I want to load the complete ‘Coffee’ color scheme, I am thinking that I need to somehow reference the complete .css file, maybe even all 5 of them (wp-admin/css/colors/coffee/colors.css / colors.min.css / colors.scss / colors-rtl.css / colors-rtl.min.css), however I’m really not sure how to do that.
I guess it would have to be something like:
function admin_bar_coffee_forced() { echo '<link rel="stylesheet" href="https://veganopolis.online/wp-admin/css/colors/coffee/colors.css" type="text/css">'; } add_action('admin_print_styles', 'admin_bar_coffee_forced');
But this is definitely not working. Can you point where I’m going wrong?
Thank you very much for your time and help!
(veganopolis.online is the domain of the website where I’m trying to force the ‘Coffee’ color scheme for the admin bar)
- This reply was modified 6 years, 2 months ago by kr3t3n. Reason: adding explanation on the domain name
Forum: Plugins
In reply to: [Import Eventbrite Events] Importing multiple events at the same timeHow do I separate the IDs?
I tried using comma or semicolon but both provided an error asking me to enter valid IDs.
Forum: Themes and Templates
In reply to: [Elara] Serving scaled imagesThanks for the confirmation, Jarek!
Forum: Themes and Templates
In reply to: [Elara] Uniform size of featured image thumbnailsHi Jarek,
Thanks for explaining, I will make sure the uploaded images follow the standard sizes/ratios.
Forum: Plugins
In reply to: [Import Eventbrite Events] Search for Event Categories for Event ImportGreat! I’ve just submitted a ticket on your website. For easy reference I will also copy my question here:
As my website is using a lot of event categories, it is very difficult to select the right categories in the existing field (4 lines tall). Is it possible to add some code to change the field by adding a search functionality to select categories? (also, preserving the ability to select multiple categories)
Forum: Plugins
In reply to: [Import Eventbrite Events] Assign tags with import of eventSo there is no way to bring up a field for the tags to be assigned in the free version?
Forum: Plugins
In reply to: [Import Eventbrite Events] Default Import StatusYes, I know and am using the drop-down menu with options. The plugin selects by default the Status ‘Published’.
Is it possible to change the default selected status to one of the other options?
Forum: Themes and Templates
In reply to: [Elara] Serving scaled imagesHi Jarek,
I’m using the feed without a sidebar. In my case (screen resolution of 1600×900) the thumbnail is resized to 313x405px, using the 690x900px image. This is 4.89 times larger image than it should be ideally.
I have also tested it on another machine and there the thumbnail is resized to 342×447 (screen resolution of 1920×1080). In this case the image is 4.06 times bigger than it should be ideally.Is there a way for the theme to use smaller versions of the images for the thumbnails?