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

Reply To: [Colinear] Edit Footer.php file to center copyright and my name information

$
0
0

Hi again,

If you add the footer content using the Dashboard > Appearance > Additional CSS area, you won’t lose the changes when the theme is updated.

However if you prefer to make a child theme, feel free to do so.

After I create the child theme, my understanding is that I was forced to modify the footer.php file

You aren’t forced to since you can use CSS instead. However, you can make changes to the footer.php file in the child theme, and the changes will remain even if you update the parent theme.


Reply To: [Storefront] Cannot Access Admin

$
0
0

Hi @perolf,

> I looked at another question on the forum and found a link to storefront 2.1.8 and loaded that and all is currently working. The checkout page is not the same but it will work. I hope that Woo lets me know when they find a solution to this.

What version of PHP are you on? Version 2.2.1 should work with sites that are on older PHP versions. You might try upgrading to PHP 5.6 or above to see if that fixes some of the issues you are having.

Reply To: [SG Double] No Control of Posts or Sidebars on Home Page

$
0
0

This actually turned out to be an issue with Site Lock, the security / caching service we were using. It started caching our site for some unknown reason, and completely messed up the site. We discovered issue by checking our URL that we don’t run through Site Lock, which was fine. I wish I had checked that earlier, it would have saved a lot of trouble. Blue Host was no help whatsoever on this. No explanation was ever given as to why this started happening, and the only way it could be fixed was to turn Site Lock permanently off, then the site worked fine. Ridiculous.

Theme change

$
0
0

The Louis theme I am using has a narrow main container. Is there a way to adjust the size of the container? The ultimate catalog plugin needs more room to display more products per page. It need to be wider. It is set up for widgets on the right which I am not using. Any help would be appreciated.

Reply To: [Dyad] Change text of “Older Posts” and “Newer Posts” buttons

$
0
0

Hi there George,

Sorry to hear that happened. You could certainly try moving the code, but I’m not sure that will work.

If not, I’d recommend checking out https://jetpack.pro or https://jobs.wordpress.net to see if a developer there might be able to help you with a child theme that puts the buttons where you like within the underlying PHP.

It’s more likely to work across all browsers that way, but I’m afraid it’s also bit outside the scope of what I’m able to help with directly. The alternative would be to leave the buttons where they were, but if you need them centered, the two sites above should be good resources for you.

Remove Map & Add More Team Members

$
0
0

Hello,

I was wondering if it is possible to hide the Google Map at the bottom?

Also, is it possible to have 8 team members rather than 3? ….or maybe just one big image for a group photo?

Thanks for your help

Icon on menu-top-bar

$
0
0

I would like put a ICON (facebook, or others) in menu TOP_BAR, is possible ?

Reply To: [SG Double] No Control of Posts or Sidebars on Home Page

$
0
0

@rgardella,

The SiteLock TrueSpeed Content Delivery Network (CDN) is designed to accelerate website load speeds through a variety of methods including caching by design. You do not need to turn the product permanently off to resolve this issue, you are able to configure what assets you would like to cache, and which you would not like to cache, in your SiteLock Dashboard. You are also able to manually purge content from your SiteLock Dashboard. Please feel free to reach out to us (SiteLock) directly for help in managing your cache settings.


Reply To: [Shoreditch] CSS for H1 on pages

$
0
0

Hi again,

I’m glad you were able to get new template working with a few tweaks. 🙂

Unfortunately, I have lost the ability to use, if I wanted, the original Shoreditch full width template and now in the customiser I can only choose from the Default, Panel Page and new Featured header templates.

Hmm, could you link to a screenshot of what you mean?

I’ve been able to switch page templates in wp-admin:

https://cldup.com/Fi7GIGjKRA.png

On posts, header images did not show at all

Based on the “self-catering-directory” post from your demo site, this should make them appear:

.single-post .header-image {
    display: block;
}

Header widget off window page

$
0
0

When i expand a window toolbar translate get off page, in a smaller windows works fine.
try to see on

Reply To: [Fortunato] Post Width

$
0
0

Hopefully someone will reply to my questions above. Is it because I need to specified the child theme name in your code? i.e. replace the fortunato word with ‘child_fortunato_contend_width?

$GLOBALS[‘content_width’] = apply_filters( ‘fortunato_content_width’, 1024 );

Thanks CrestaProject

Reply To: [Fortunato] Post Width

$
0
0

Hi @riderchris,
Try to add this function in your functions.php child theme:


function fortunato_child_content_width() {
	$GLOBALS['content_width'] = apply_filters( 'fortunato_content_width', 1024 );
}
add_action( 'template_redirect', 'fortunato_child_content_width', 0 );

PS: not tested.

Best Regards,
CrestaProject

Reply To: [Virtue] Mobile

$
0
0

أhello
Sure, i am waiting

Thanks

Code been displayed in the Recent featured sections homepage

$
0
0

Just like that, when I tried the updated version of the theme sections of the homepage related to recent products, featured and so on, all display the code running them below the “add to cart” button.
I’ve already disabled most plugins but it’s still not working. Help please, my site is vitroymosaico.com
Code displayed

Reply To: [Hueman] Wp-reCaptcha

$
0
0

After sleeping on it, I found a custom CSS workaround rule that works for my form but probably not for everyone.

.wpcf7-form-control-wrap { /* this is too general, so YMMV */
	position: unset;
}

This unsets the rule position:relative for the same selector. Ideally we would be able to only select that for elements that have child elements selected by .g-recaptcha or whatever, but alas CSS does not support such expressions AFAIK. This works for me because the reCAPTCHA is the only form element wrapped with this class of div element.

So my desperation is over, hope it helps others work around and helps the developers produce a robust solution 🙂


Fatal error: Can’t use method return value in write context in

$
0
0

Hello, I just updated my woocommerce storefront and when completed I received the following fatal error message and I can no longer log into my wp-admin or doing anything. I have no idea what to do, please help.

“Fatal error: Can’t use method return value in write context in /home/plexusproducts/public_html/plexusloseweight.org/wp-content/themes/storefront/inc/nux/class-storefront-nux-starter-content.php on line 318”

Sincerely,
Dave Long

Reply To: [Vega] Child Theme – Colors

$
0
0

Thanks.

Can I use a child theme: vega-child/color-schemes/somefile.css ?

Reply To: [OnePress] Add a full width responsive photo

$
0
0

Thanks for the reply.

In the end I wrote my own piece of code using an empty <div> in the section content and css styles to ensure it’s responsive for all screens.

Took a bit of trial and error but seems to work ok.

Reply To: [Kale] Unable to download Kale Pro update 1.5

$
0
0

Hi there, thanks for the code

The tutorial video didn’t post correctly however, could you re-post it?

Reply To: [Sydney] Manually Add Social Share Buttons Into Post

$
0
0

Hi,

Good day.

I haven’t received a response from you, so I’m interested to know if you have received a notification regarding my previous message.

Upon reviewing the link you submitted, I sent an email to the creator of the code that’s similar to the unanswered message, which I sent to you a week ago.

However, I haven’t received a response from him as well. Therefore, I’m stuck in limbo right now.

Viewing all 94490 articles
Browse latest View live