Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all 94490 articles
Browse latest View live

Reply To: [Parallax] how do I fix HUGE titles on blog post carousel

$
0
0

Hi,

Thanks for sharing the site URL.
The “blog post carousel” option is coming from the Pace-builder plugin’s options.
Can you please confirm once if the following plugin options have been chosen from the settings:
Under “Blog Posts Carousel Settings” > “Typography Options” > Please choose “yes” for the option “Enabled” and then for the “Font family” option, please choose a setting other than “Inherit”.
If these are chosen correctly, then the settings applied here will be seen on the frontend, otherwise they may not be applied here.

Hope this helps.
Thanks.


Reply To: [Parallax] No menu on homepage

$
0
0

Nice to know that the issue has been resolved.

Reply To: [Latte] Add-on contact form – Latte configuration error

$
0
0

Don’t worry about it I’ve purchased the Latte pro theme 🙂

Reply To: [Capoverso] Social icons on homepage

$
0
0

@zoonini I failed to create a child theme (I have created child themes before but it was a long time ago).

This is just with style.css

I tried to create the following functions.php (I guess I need it?)

<?php
function my_theme_enqueue_styles() {

    $parent_style = 'capoverso-style';

    wp_enqueue_style( $parent_style, get_template_directory_uri() . '/style.css' );
    wp_enqueue_style( 'capoverso-child',
        get_stylesheet_directory_uri() . '/style.css',
        array( $parent_style ),
        wp_get_theme()->get('Version')
    );
}
add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_styles' );
?>

However, it did not help. What am I doing wrong?

I also noticed that Capoverso from wordpress.org is on version 1.0.3 and Capoverso on wordpress.com is at 1.0.4. Should I use the version from wordpress.com instead (as parent theme)?

add content to front page

$
0
0

Hi, can you please tell me how to add a row and some content in home page. i tried adding a row in home page using editor. but its not working. the row and content should be below all section . as i hide the sections, the content should come up.

Reply To: [Pure & Simple] Steps to replace theme image not producing result expected

$
0
0

Hi paulhuntnp,

Thank you for contacting Styled Themes Support team. It seems your image is not with enough length to cover whole banner space. We recommend you to keep image of 1700×500 or of larger dimension so it covers whole banner area.

Let us know how it goes after changing dimension of an Banner Image.

Thank

theme files changed to make css validation have fewer errors

$
0
0

Hi,

Using the w3 CSS Validator, I was trying to check the CSS in my child theme of Stained Glass. I corrected my child style.css, but also a couple of documents in the stained-glass theme directory. They did not make any difference to the way my site looks.

The changes I made were:

  • In inc/customize.php I changed bckground to background
  • In inc/css/button.css I change bsackground to background

There were a few other errors too, which I either did not understand or could not find. The current output from the command, which shows these errors, is:
http://jigsaw.w3.org/css-validator/validator?uri=https%3A%2F%2Fdev.codingforsail.uk&profile=css3&usermedium=all&warning=1&vextwarning=&lang=en

Thought you might like to know.

Reply To: [Twenty Seventeen] Header Image not shown correct

$
0
0

Hi marina2017,
You can the remove the css property if appears;
.logo {
display: inline-block;
}
Your header logo then fills the header area.

It could be easier if your site was visible !

Best Regards,
Rohan


sub menu font size change

$
0
0

Hi,

I would like to change the size of my font of the sub menu items in the main menu. Is this possible, and how can I do this?
thank you!

Possibility to add footer

$
0
0

Hi, at first I would like to say thanks for such a great, unusual and modern theme. I have a question.
Is there any easy way to add footer to the theme? I have two menus and combining them into one long is not so user friendly.
Regards

Reply To: [Agama] Banner blog has disapeared in agama blue since update

$
0
0

Hello @pipiroom,

Did you updated both themes, Agama and Agama child to latest versions ?

Regards

Reply To: [Agama] Banner blog has disapeared in agama blue since update

$
0
0

hey @jerryscg
thx for being fast.
Yes I did a batch update for agama & child an wordpress at the same time.

Reply To: [Agama] Banner blog has disapeared in agama blue since update

$
0
0

@pipiroom and what’s your website url ?

Did you made any hooks via child theme or customizations and if you did what exactly you did maybe showing us functions.php file would let me know what’s the issue.

Regards

Reply To: [Agama] Banner blog has disapeared in agama blue since update

$
0
0

here

Well I did use a child theme configurator to prepair for futur mods, but for now it’s completely genuine.
… I’m learning so might be my fault only!

Reply To: [Agama] Banner blog has disapeared in agama blue since update


SVG support for logos

$
0
0

Hey again,

I’d like to use SVG files for my logos (both desktop and mobile). I uploaded the files and set them as logos, nothing gets displayed.
Then I installed the Scalable Vector Graphics (SVG) plugin, the files are now displayed in my WP interface but once set as logos, they are not displayed on the site.
Any idea?

Thanks!

Reply To: [Tiny Framework] ESC to close burger nav

$
0
0

Hello mclaurent,

Add below code into your current child theme’s functions.php file or can use by custom plugin.


add_action( 'wp_footer', 'nav_close_by_esc' );
function nav_close_by_esc(){ ?>
<script type="text/javascript">
jQuery(document).ready(function($) {
$('body').keydown(function(e) {
if (e.keyCode == 27 && $('nav.main-navigation').hasClass('toggled')) {
$('button.menu-toggle').attr('aria-expanded', 'false');
$('nav.main-navigation').removeClass('toggled');
}
});
});
</script>
<?php }

Hope this will helps you.

Thanks!

Reply To: [Adney] Parent menu items don’t display on phones

$
0
0

Hello lizziecom,

Please provide the site url and share the screenshot via onpaste

Kind regards,

Manoj

Google Console Shows Errors: author and updated

$
0
0

In Google Console, in Search Appearance–>Structured Data (Structured Data > hatom), it shows 168 items with Errors: missing author and 50 items with Errors: missing updated. From what I have read it has something to do with the theme. How can I fix this? I know nothing about coding.

Reply To: [Virtue] Portfolio doesn’t display on portfolio page

$
0
0

Ok I figured it out – setting a page as front page is what disables showing the portfolio images. Whichever page I set as front page, it gets forced into a default or similar template that doesn’t display them.

Viewing all 94490 articles
Browse latest View live