Forum Replies Created

Viewing 15 replies - 16 through 30 (of 111 total)
  • Hello,

    on line 128 of the file “flat.css” you’ll find the following piece of code:

    .post,article {
    	margin-bottom:50px;
    	background:#FFF;
    	padding:15px;
    	border:0;
    	border-radius:3px;
    }

    then change “border:0;” to “border: 1px solid #008467;”

    Increase 1px to thicken the border, #008467 corresponds to the green color that was found on the header of your website.

    Cheers!

    Theme Author Frenchtastic

    (@titouanc)

    Hello,

    This is a bug, thanks for reporting. It’ll be fixed in the next version. Please update when the update is made available.

    Cheers!

    Theme Author Frenchtastic

    (@titouanc)

    Hello,

    This is a bug, thanks for reporting. It’ll be fixed in the next version.

    Cheers!

    Theme Author Frenchtastic

    (@titouanc)

    Hello,

    Sorry for the late reply.
    I must admit I had not considered this very configuration when I developed Atout. Because the theme detects that you are connected it automatically leaves a gap at the top of the page for the admin bar.

    This big will be fixed in the next update.

    Cheers!

    Theme Author Frenchtastic

    (@titouanc)

    This issue has been fixed in Coeur 3.0

    Theme Author Frenchtastic

    (@titouanc)

    Hello,

    Does it only show the gap when you are connected to your WordPress admin panel? Did you choose to hide the admin bar in the settings?

    Hello Kendra,

    Here is how you can fix all these issues, please ask for further help if there’s anything you want me to clarify.

    This bit is a little tricky, do not hesitate to ask if you need my help:
    – open this path from your FTP client: wp-content > themes > coeur > framework > customizer
    – open file customizer.php
    – go to line 135 and replace this bit of code: <?php self::generate_css(‘.container’, ‘width’, ‘container_width’); ?>
    – by this one:
    .container {
    width: <?php echo get_theme_mod( ‘container_width’, ‘970px’ ) ?>;
    }

    – In the end your line 134 to 138 should look like this:
    @media (min-width: 1200px) {
    .container {
    width: <?php echo get_theme_mod( ‘container_width’, ‘970px’ ) ?>;
    }
    }

    – Upload the new file to your install

    Sorry about the customization settings: Coeur was recoded from top to bottom to make the it more reliable, faster and mostly to make it easier to maintain. I can ensure you now that Coeur has been rebuilt on a good foundation, that the next updates will be applied smoothly and should not alter your settings.
    Additionally, I’ll submit a new update to www.ads-software.com tonight, it’ll only contain these 2 changes. Feel free to update without risking anything when it’s made available.

    Thanks again for your feedback,
    Please mark this topic as resolved if this fixed the problem.

    Theme Author Frenchtastic

    (@titouanc)

    Hello Kendra,

    Here is how you can fix all these issues, please ask for further help if there’s anything you want me to clarify.

    This bit is a little tricky, do not hesitate to ask if you need my help:
    – open this path from your FTP client: wp-content > themes > coeur > framework > customizer
    – open file customizer.php
    – go to line 135 and replace this bit of code: <?php self::generate_css(‘.container’, ‘width’, ‘container_width’); ?>
    – by this one:
    .container {
    width: <?php echo get_theme_mod( ‘container_width’, ‘970px’ ) ?>;
    }

    – In the end your line 134 to 138 should look like this:
    @media (min-width: 1200px) {
    .container {
    width: <?php echo get_theme_mod( ‘container_width’, ‘970px’ ) ?>;
    }
    }

    – Upload the new file to your install

    Sorry about the customization settings: Coeur was recoded from top to bottom to make the it more reliable, faster and mostly to make it easier to maintain. I can ensure you now that Coeur has been rebuilt on a good foundation, that the next updates will be applied smoothly and should not alter your settings.
    Additionally, I’ll submit a new update to www.ads-software.com tonight, it’ll only contain these 2 changes. Feel free to update without risking anything when it’s made available.

    Thanks again for your feedback,
    Please mark this topic as resolved if this fixed the problem.

    Theme Author Frenchtastic

    (@titouanc)

    Hello,

    This is a bug, it’ll be fixed in the next theme update.

    Cheers!

    Theme Author Frenchtastic

    (@titouanc)

    Hello,
    Please do not corrupt any theme files before exploration all the options natively offered by the theme.
    Coeur allows you to change from excerpt to full post without changing any code.

    Follow these steps:
    1. Log into your WP dashboard (admin)
    2. Go to appearance > customizer
    3. Under ‘post options’ change post content to full content instead of excerpt.

    Cheers!

    Theme Author Frenchtastic

    (@titouanc)

    Diego,

    The font is referred to as ‘Helvetica Neue 25 Ultra Light’

    Theme Author Frenchtastic

    (@titouanc)

    Hello Alex,

    Helvetica Neue is not a free font, you are not permitted to @font-face it. If you do, you’d be freely & illegally distributing a copyrighted font.

    It’s included in Mac systems so no need to install it. In other systems such as Windows or Linux the font will be replaced by its equivalent: Arial

    Cheers!

    Theme Author Frenchtastic

    (@titouanc)

    Hello,

    This issue has been fixed. Please update the the latest version of Atout.

    Thanks for your feedback,

    Cheers!

    Theme Author Frenchtastic

    (@titouanc)

    Hello,

    This bug was caused by the logo replacing the site title. It has been fixed in former theme updates.

    Cheers!

    Theme Author Frenchtastic

    (@titouanc)

    Hello,

    Sorry this is a bug. This issue will be fixed in the next theme update.

    Thanks for your feedback,

    Cheers!

Viewing 15 replies - 16 through 30 (of 111 total)