jewelsmac6
Forum Replies Created
-
This worked, but the text was still being bumped down to the second line beneath the icon. I added the following code to get them both on one line:
.em-event-location a {
width: 100% !important;
display: contents;
}
.em-event-meta.em-item-meta br {
display: none;
}Forum: Plugins
In reply to: [Event Tickets and Registration] Limit one ticket purchase per eventI corrected all of the quotation marks and the error went away.
I purchased the third option, but the other two are still available for purchase. I was hoping that the other two would become unavailable, no further sales for this date. In other words, once one option is purchased, then all other options become unavailable.
Screenshot: https://snipboard.io/Q17DTc.jpg
I appreciate your help!
Forum: Plugins
In reply to: [Event Tickets and Registration] Limit one ticket purchase per eventOK, I will add this to the functions.php file and test.
So you can see a visual, this error is appearing: https://snipboard.io/IchKDs.jpg
Warning: Use of undefined constant ‘wp_head’ – assumed ‘‘wp_head’’ (this will throw an Error in a future version of PHP) in /home/customer/www/seasonalpantry.com/public_html/wp-content/themes/astra-child/functions.php on line 58
Warning: Use of undefined constant ‘tribe_limit_tickets’ – assumed ‘‘tribe_limit_tickets’’ (this will throw an Error in a future version of PHP) in /home/customer/www/seasonalpantry.com/public_html/wp-content/themes/astra-child/functions.php on line 58
Forum: Themes and Templates
In reply to: [Agama] Logo not displayingOK, I will call the hosting server to confirm.
Another strange thing – after clearing the cache a few times on all browsers, now I can see the logo in a private Chrome window but not in a regular window, I cannot see the logo in neither a regular or private firefox window, I can see logo in both a regular and private safari window, and I can see the logo on my iPhone’s safari browser. Could there be a browser compatibility issue going on?
Forum: Themes and Templates
In reply to: [Agama] Logo not displayingHello,
Yes, all wordpress, themes and plugins are up to date. I cleared the cache, but still nothing. I also re-uploaded the logo file but it doesn’t want to appear ?? Any other ideas?
Forum: Themes and Templates
In reply to: [Agama] Disabled breadcrumb leaves an empty spaceThat worked, thank you!!
Forum: Themes and Templates
In reply to: [Agama] Disabled breadcrumb leaves an empty spaceI also tried this code, but this does not work because it removes everything in the header, including my Rev Slider and text.
.hfeed.site {
display:none;
}Forum: Themes and Templates
In reply to: [MedZone Lite] How to make the logo size biggerTo help others out, this was the solution with the help of the author of the theme, thank you again for your help!
To make the change, go to this file: medzone-lite\inc\class-medzone-lite.php and on lines 385-389 you will see this code:
array(
‘height’ => 35,
‘width’ => 130,
‘flex-width’ => true,
)Replace it with this one:
array(
‘height’ => 35,
‘width’ => 130,
‘flex-width’ => true,
‘flex-height’ => true,
)Forum: Themes and Templates
In reply to: [MedZone Lite] How to make the logo size bigger@machothemes – I am experiencing the same issue. The logo is so tiny, hardly noticeable. If I upload a larger size logo, it appears blurry because it’s being blown up. How can I have a larger logo that is crisp and clear? What are the exact dimensions and resolution I should be using? Also, the logo needs to be clear and responsive on all devices. Thank you!
My website is https://anewtomorrow.life/
Forum: Themes and Templates
In reply to: [Politics] Where can i edit the home page content?For the top header area, you can go to Customizing/Widgets/Home Hero. Alternatively, you can go to Appearance/Widgets/Home Hero and add your custom widgets in the Home Hero section.
I believe there was some documentation included with this theme? But I think you have to set up the layout yourself, if I remember correctly, I could be wrong.
Forum: Plugins
In reply to: [List category posts] How to remove bullet points and change orderFollowing this post. I am also interested in this type of setup for displaying categpries like this:
<wrap post title around it>
<line>Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Change page template for eventsGreat, thank you! I also changed the code so that it would call on the full width template in my theme called ‘full’ since the ‘single’ template was still inserting a blank column on the left-hand side.
<?php get_template_part( 'template-parts/content', 'full' ); ?>
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Disable expiration messageOK thank you! Since the add on expired, I didn’t think it counted as paid support anymore. I just submitted a ticket.
Forum: Themes and Templates
In reply to: Logo is not responsiveYou’re welcome! I was definitely surprised about that lack of capability with all the other things that Jetpack CAN do. Because if it doesn’t save the custom CSS, what is the point of adding it in the first place? I’ll help vote for your suggestion if there’s a way to do so.
Forum: Themes and Templates
In reply to: Logo is not responsiveOh, I didn’t realize Jetpack was doing that?! Especially since my child theme FTP should be updating the files, too. At least we know that option works.
Because the screen does say “Note: Custom CSS will be reset when changing themes.” I will save a local copy of those custom CSS edits on my end, too. Thank you again!!