Forum replies created
Hi,
For your random text color.
Try using the H2 option in Theme Options -> Typography.
Thanks!
Hi,
What color do you want for your button text?
Thanks!
Hi,
Both are different themes. Sorry, you will need to redo everything if you switch.
Thanks!
Denzel
Hi,
It’s either your server does not allow remote connection with another server.
Or our demo site http://demo.theme4press.com/alora/ was down when you are doing the import.
Sorry, can you please try again?
Thanks!
Denzel
Hi,
They are not errors, they are notices.
Notice: Undefined index: accent_color in ******************/wp-content/plugins/t4p-core/shortcodes/class-button.php on line 328
If there is any PHP error, you will only see a blank page on your website.
and it will begin with PHP fatal error: ……
That notice won’t appear if your shortcode uses that variable. Which means if an accent color is selected.
Those notices are up to the theme author to decide if he wants to define the variables, such as by writing $accent_color = '';
It doesn’t affect the outlook of the website.
I understand that it looks cleaner if those notices don’t appear.
But, I am just the support guy and not the theme author. It’s up to him to decide if this is one of his priorities.
Thanks!
Denzel
Hi,
Please post your url to the page that you are having this issue.
Sorry, I don’t understand your question. Please kindly provide a screenshot with annotation if possible.
Thanks!
Denzel
Hi,
Please post your url to the page that has this issue.
Thanks.
Hi,
Replace with the following.
.comment-count a {
color: #da0d84 !important;
font-weight:bold !important;
}
.home .sticky .entry-meta .comment-count a {
color: #da0d84 !important;
text-shadow: none !important;
font-weight:bold !important;
}
Thanks!
Hi,
I logged into your site to try out again.
For a brief moment I was able to see things work properly.
I taken a look at your site via firebug console and I can see that no matter how I refresh your site. It shows 304 not modified on in the console.
This means your server is loading cache data.
Please see screenshot. http://i.imgur.com/jx4Q0XJ.jpg
Do you have a server cache program?
Thanks!
Hi,
Sorry. The link https://www.upstalsboom-ferienwohnungen.de/unterkunft/nordseeresort-friesland-29-schillig.html#fewo_bookingform on your button “Über Upstalsboom buchen” will not change on mobile view.
It’s the mobile detection script on https://www.upstalsboom-ferienwohnungen.de/
That’s doing the redirection to their mobile site.
There is no way for any code on your website to affect the behavior of another third party website.
Thanks!