Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    21.10.2015 at 09:49 #21545

    Hi,

    For your random text color.
    Try using the H2 option in Theme Options -> Typography.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    21.10.2015 at 09:46 #21543

    Hi,

    What color do you want for your button text?

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    21.10.2015 at 09:44 #21542

    Hi,

    Both are different themes. Sorry, you will need to redo everything if you switch.

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    20.10.2015 at 08:18 #21530

    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

    Denzel Chia
    Moderator
    Posts: 2656
    20.10.2015 at 08:14 #21529

    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

    Denzel Chia
    Moderator
    Posts: 2656
    20.10.2015 at 07:59 #21528

    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

    Denzel Chia
    Moderator
    Posts: 2656
    20.10.2015 at 07:57 #21527

    Hi,

    Please post your url to the page that has this issue.

    Thanks.

    Denzel Chia
    Moderator
    Posts: 2656
    20.10.2015 at 07:54 #21526

    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!

    Denzel Chia
    Moderator
    Posts: 2656
    20.10.2015 at 07:51 #21525

    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!

    Denzel Chia
    Moderator
    Posts: 2656
    20.10.2015 at 07:24 #21524

    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!