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

Featured image looks blurred

$
0
0

Hello!
Since i installed this great theme i used in posts pictures that i already had in library. My home page images looked very good. But when i uploaded a new image today it looked blurred/ like very compressed.
So i deactivated all plug-ins, deleted cache, deleted browser cache and uploaded an image. Same result – blurred/ like very compressed.
I noticed that if i zoom in to 150% in my browser the image looked perfect. And zoomed back to 100%, image looks great. Close page and reopened to 100% again..last uploaded image was looking blurred.
This problem is happening only for the featured image and not for the header image. Both uploaded after theme installation.
Hope this makes seance!
Any help? thank you!


Reply To: [Customizr] css selector question

darken sidebar border

$
0
0

I have a few questions-

how can i darken the sidebar border and change it to “dotted” i have tried tons of css coding and nothing is working.

next, how can i remove the extra space above and below the header?

lastly, how can i darken the font on a widget img?

Help finding a directory theme

$
0
0

I want to make a business listings website for a niche market. I was wondering if there is a theme or plugin that will allow a business directory and inside the business is a person directory that can be reviewed. So each business will have about 5 people that can be reviewable.

An example: A directory of Hospitals and each Hospital has a Doctor that can be reviewable.

Thank You.

Reply To: [Kale] Front page full post under recent posts

Mobile Menu Not Displaying Correctly

$
0
0

Hello,

Can someone please help me figure out why my website’s mobile menu is not displaying properly. For example, on an iPhone 5, the black background drops down too much and actually covers the first line of the main title when it’s in portrait mode.

The website address is pivotwright.com

Thanks in advance!

-Ronnie

Images stopped showing after update

$
0
0

WordPress 4.7.5 running Magazine Basic theme
Version: 3.0.8

After updating the theme i noticed my images were not showing in a new post, further more noticed the featured images were missing from front page and other posts as well.
All inserted images and featured images

Anyone know why or how to fix it?

Reply To: [Vega] Child Theme – Colors

$
0
0

The vega_get_option function in your child theme should be:

function vega_wp_get_option($key){
    global $vega_wp_defaults;

    $parent_theme = get_template_directory();
    $parent_theme_slug = basename($parent_theme);
    $parent_theme_mods = get_option( "theme_mods_{$parent_theme_slug}");

    $child_value = get_theme_mod($key);
    if(!empty($child_value)){
        $value = $child_value;
    }
    else if (!empty($parent_theme_mods) && isset($parent_theme_mods[$key])) {
        $value = $parent_theme_mods[$key];
    } else if (array_key_exists($key, $vega_wp_defaults))
        $value = get_theme_mod($key, $vega_wp_defaults[$key]);

    return $value;
}

Steps to replace theme image not producing result expected

$
0
0

I want to add my own image in place of the theme default image and follow the steps but end up with black space to the left and right of the image. Have I misunderstood or not properly followed the steps? Or is my image size too small ?
The steps I followed were to first hide the theme image and then :- “Please use the following steps to keep the banner image:
Go to Dashboard=> Appearance=> Widget=> Banner=> Then put the Text Widget inside the banner widget=> After that please use the image url inside the content but use the image url like this

Then save it.”

My website is http://www.natures-pace.com.
Hope the solution is simple ?

width of main page or / and spaces between posts

$
0
0

So i tried to make boxes (in main page) representing blog posts smaller and to fit 4 in one line. I used this:
.posts .post {
display: block;
width: 21%;
margin-top: 3.95%;
padding-bottom: 21%;
float: left;
position: relative;
background-size: cover;
background-position: center;
it works fine except that last box (blog post) is “glued” to a third one – there is no space between them. Any ideas? i thought might be increasing page width would help, but cant find how to do that as well.. any thoughts?
Thank you.
it looks like this: http://www.3dandart.eu/

Reply To: [GeneratePress] Change logo for mobile

$
0
0

So you’d have to insert the mobile logo using a function:

add_action( 'generate_before_header_content','tu_mobile_logo' );
function tu_mobile_logo() {
?>
    <div class="site-logo mobile-logo hide-on-desktop hide-on-tablet">
        <img src="URL TO YOUR MOBILE LOGO" alt="" />
    </div>
<?php
}

Adding PHP: https://docs.generatepress.com/article/adding-php/

Then some CSS:

@media (max-width: 767px) {
    .site-logo:not(.mobile-logo) {
        display: none;
    }
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

That should do it.

Reply To: [Hueman] Shop button (woocommerce) shows Read more…

$
0
0

Hi,

I am not able to replicate your issue.

On shop page, it’s either add to cart button or Select options button.
The button to cart is named View Cart.

If you are using a translation plugin, please check your button text translations.

Thank you.

Dara Theme entry-title to be remove form front page

$
0
0

Hi,

I have no expertise in making changes to any theme… the very little I know about css have been through watching youtube videos. Thus, I created a child theme of DARA. I am at the edge of learning a new language… coding.

I have been trying for three days with no luck to delete the entry-title on my front page (ONLY) that says HELLO which also has a EDIT button. These are located within in the white banner. I would like to keep this feature for the other pages (About Us, Services, Resources, Contact Us, etc).

I have tried everything from viewing you tube videos, adding plugins and I have not been fruitful. I would like to see the front page entry-thumbnail (image that I have of the metamorphosis… worm-butterfly) between the blue menu navigation strip and the orange footer strip.

Second request, I have tried to expand the height of the entry-thumbnail image of my front page but again no luck.

Third request, I would like to make the front page image into a slider (several images populating to bring the front page alive and interactive).

Final request, I would also like to place a button with the word “WELCOME” within the entry-thumbnail image of my front page probably on the lower left-hand corner of the image.

This is the css that I tired for expanding the height

.entry-thumbnail {
height: 400px;
}

The space has expanded but not the image which has a height of 550px. I can tell becase when i see the website on my ipad or iphone it expanded but my on my PC.

Can you help?

My website is guillenwellnesscenter.com

Reply To: [Agama] Slider Button URL not working

Header doesn’t fill viewport

$
0
0

Using latest version of Customizr, I’m using a blue background for the header, white background for the body. The header doesn’t fill the viewport, there’s a white border around it. I’m pretty sure I’ve seen this question posed and answered sometime in the last six months, but I cannot find it.

Can anyone help on this?


Reply To: [Sydney] Did I add css in the wrong place?

$
0
0

Hello there,

Yes, it could slow your site since it’s loaded from different location. It will be much better if you put custom CSS code in one place. Yes, you should move it to Appearance > Customize > Additional CSS.

Regards,
Kharis

Reply To: [Sydney] Too much Space Between Form and Words

$
0
0

You’re welcome and best wishes!

Reply To: [Sydney] CSS Script showing after using the ‘Front Page’ option on ‘Page Attributes’

$
0
0

Please share your page test URL here, so I can take a closer look.

Regards,
Kharis

Reply To: [Sydney] Mobile Menu Not Displaying Correctly

$
0
0

Hi Ronnie,

Would it be acceptable if the mobile menu gets narrowed? Please try adding the below CSS code to Appearance > Customize > Additional CSS in your site dashboard.

Regards,
Kharis

Header Image Above NAV Bar

$
0
0

How can I move the Header Image Above the Main Navigation Bar

OR a way to make the site logo bigger than 300 x 60

Viewing all 94490 articles
Browse latest View live