deanljbirch
Forum Replies Created
-
Forum: Plugins
In reply to: [QuadLayers TikTok Feed] Number of videosHi there,
- TikTok Feed (Beta) version 4.1.9
- WordPress version 6.3.1
Forum: Fixing WordPress
In reply to: Adsense not workingHey @goldencircle,
Firstly, ensure that your website is “Ready to show ads” in Adsense. To do this, go to Google AdSense then click “sites”.
If it shows, the following, then it isn’t ready and you need to take further steps;
Needs attention
Your site isn’t ready to show ads
There are issues which need fixing before your site is ready to show ads.If it shows ready, create an ad zone and copy the code into the custom HTML widget.
Ads can take about 15 minutes or even 24 hours to start showing.
Important : ensure you are not using an ad-blocker when viewing your site.
Forum: Fixing WordPress
In reply to: Looking for a listing theme with mapYou could try wpgeodirectory.
Forum: Fixing WordPress
In reply to: Error 500An update on this issue…
I’ve checked the files and folders for my site through FTP and discovered that WP-Load was modified yesterday.
The file was completely blank. I’ve fixed the issue but anyone know what would have caused this?
Forum: Plugins
In reply to: [Disqus Comment System] Is this plugin GDPR compatible?Any update?
Forum: Fixing WordPress
In reply to: Google Maps API multiple times fix?I have 3 plugins all of which require Google Maps API to load up (separate keys are used on each plugin too).
However these are loading on each page causing errors.
Now, I have decided to conditionally enqueue each script like so;
add_action('wp_enqueue_scripts', 'add_script_function'); function add_script_function() { if (is_page(2393)) { wp_enqueue_script('SERVICESGMAPI', 'https://maps.googleapis.com/maps/api/js?key=KEYHIDDEN&libraries=places&language=en-GB'); ); } } add_action('wp_enqueue_scripts', 'add_script_function'); function add_script_function() { if (is_page(vacancies)) { wp_enqueue_script('VACANCIESGMAPI', 'https://maps.googleapis.com/maps/api/js?key=KEYHIDDEN&libraries=places&language=en-GB'); ); } } add_action('wp_enqueue_scripts', 'add_script_function'); function add_script_function() { if (is_page(events)) { wp_enqueue_script('EVENTSGMAPI', 'https://maps.googleapis.com/maps/api/js?key=KEYHIDDEN&libraries=places&language=en-GB'); ); } }
BUT, with the events page, each event is permalinked like so;
mydomain.tld/event/marathon
mydomain.tld/event/meeting
mydomain.tld/event/EVENTNAME
So the code above (3rd part) will load the script on mydomain.tld/events, how can I set it to work on the event/* pages?Also, the scripts are being loaded via the plugins, if I change that via editting the plugins, changes will revert on updates. Any advice?
Forum: Reviews
In reply to: [MailPoet - Newsletters, Email Marketing, and Automation] Nearly perfectHey @mailpoet,
Yes, the ability to use a 2 column subscription form would be perfect.
Would like to see the return of the old content layouts too. (Where post images can be left/right aligned to the excerpt and interchangeable).
Sweet, again, replace the previous css code with the following;
input.mailpoet_text { height: 27px; margin-top: 10px; margin-bottom: 10px; background-color: #262626; border-color: #555555 !important; color: #c6c6c6; } select.mailpoet_select { background-color: #262626; color: #c6c6c6; border-color: #555555; height: 39px; margin-top: 10px; margin-bottom: 10px; } input.mailpoet_submit { background-color: #999999; border-color: #555555; color: #000000; } input.mailpoet_submit:hover { background-color: #e09d00; color: #000000; } label.mailpoet_segment_label,label.mailpoet_text_label,label.mailpoet_select_label { display: -webkit-box; } p.mailpoet_paragraph { margin-bottom: 10px !important; }
Okay, can you give a list of items you want coloured and what colours you want them?
Preferably with hex codes. If you’re unsure of the hex codes, you can visit https://htmlcolorcodes.com or provide an example of it being used on your site.
Example;
Input fields : background = #?????? border colour = #?????? font colour = #??????
Labels : background = #?????? border colour = #?????? font colour = #??????
Submit button : background = #?????? border colour = #?????? font colour = #??????Thank you,
Same as before, access the Additional CSS page. Remove the code I previously gave you and replace it with the following.
label.mailpoet_segment_label,label.mailpoet_text_label,label.mailpoet_select_label { display: -webkit-box; } p.mailpoet_paragraph { margin-bottom: 10px !important; } input.mailpoet_text,select.mailpoet_select { height: 27px; margin-top: 10px; margin-bottom: 10px; }
I’ve applied this via my console and the form on your management page looks a lot neater.
Feel free to let me know if you need further customisation.
I’ve subscribed to the list to test the management page, please can you send a sample newsletter to your mailing lists.
Move it from your spam folder to normal inbox or mark as safe then you should be able to click the link.
Within your wp-admin, go to Appearance > Customise > Additional CSS and add the following;
input.mailpoet_text { margin-bottom: 10px; margin-top: 10px; }
Forum: Plugins
In reply to: [bbp style pack] Conflict? Modern Tribe Calendarredone
Forum: Plugins
In reply to: [bbp style pack] Conflict? Modern Tribe CalendarUPDATE
I have fixed this for the time being by keeping option 16 (16. Change empty forum message) under the Topics Index Styling blank.