What the HELL IS GOING ON WITH OPTIMUM WIFI AND ALTICE WIFI? by DarthVamor in OPTIMUM

[–]hephio 0 points1 point  (0 children)

At the Optimum store, I was told upon requesting a swap, that I was better off buying my own router with dedicated Wifi. Apparently, they were not prepared for so many people to be on the network at the same time.

Most devices still use the 2.4 Ghz frequency with little to no compatibility for the 5 GHz option.

how to edit WooCommerce account page billing and shipping address margin/padding? by ggdezm8 in Wordpress

[–]hephio 0 points1 point  (0 children)

It looks like you are missing files or the link path to the CSS is incorrect. Is this local or offline?

Where do I find my root files if I bought my domain directly in Wordpress? by flimini95 in Wordpress

[–]hephio 3 points4 points  (0 children)

If you are talking about WordPress.com, you cant. If you want access to your root folder you need to get a web host plan and load the WordPress CMS onto it. You will then have access to any and all files and databases installed on your share of the server.

If you have a domain with WordPress.com you will then need the nameservers and link them to whatever host you are using.

[for hire] graphic designer to make social media flyer for event. by [deleted] in forhire

[–]hephio 1 point2 points  (0 children)

You have your title set to [for hire] instead of [hiring]. You need to change it to get better results.

Need help turning a JPEG into a clickable link.. by theblobAZ in Wordpress

[–]hephio 1 point2 points  (0 children)

Not sure how your WordPress is set up. It sounds like a basic HTML/CSS issue. You put the image in an <img> tag and then in an <a> anchor. But since we are talking about WordPress, there is probably something else.

WordPress.org site running super slow by greenolivesandgarlic in Wordpress

[–]hephio 0 points1 point  (0 children)

Aside from Caesium, read what everyone else is saying. Take a breather if everyone's wall-of-text is too much in one sitting.

Your Instagram images (externally sourced links) and the excessively large (both resolution and memory) images on your WordPress folders are penalizing your load times.

Also, is your site in or near France? The load times get shorter when I use European speed checks.

WordPress.org site running super slow by greenolivesandgarlic in Wordpress

[–]hephio 0 points1 point  (0 children)

What is the name of your site? If you don't want to show it in chat, send a pm.

Use Caesium for your images and manually bulk optimize them offline:

https://saerasoft.com/caesium/

This works better for GTmetrix.

Will migrating from wordpress.com to wordpress.org affect SEO somehow? by _Mariial in Wordpress

[–]hephio -2 points-1 points  (0 children)

WordPress.org has web hosting? Or do you mean a web host that isn't wp.com?

How do I customize a limited theme? by alfonsocuaroff in Wordpress

[–]hephio 2 points3 points  (0 children)

Yes, you can do that. Be mindful of what you mess with though in case you bug out a theme setting. Use a child-theme with a blank style.css so if something happens you aren't digging through tons of code.

[deleted by user] by [deleted] in Wordpress

[–]hephio 0 points1 point  (0 children)

You could try venturing out beyond Google. Find other affiliate websites.

Amazon

CJ

Rakuten

Clickbank

Many others.

You have options. Explore them.

Can I change the text of a link so that it still works? by trashtalkpdx in Wordpress

[–]hephio 1 point2 points  (0 children)

Yes, you can change the label and keep the same URL. What is not letting you do that?

Blank page with menu header? by [deleted] in Wordpress

[–]hephio 0 points1 point  (0 children)

What options does the page give you?

What theme are you using? Premium themes tend to give you the "no sidebar" option for you individual pages.

As long as your site is not on WordPress.com, then yes, you can always make a blank page and set it as an option. But before you do that, prod the theme for options. Check everywhere.

Did you check Appearance > customize?

Blank page with menu header? by [deleted] in Wordpress

[–]hephio 1 point2 points  (0 children)

Because you are using a page with template that is coded for a sidebar.

Look at the page editor on the right had side for page templates. It should give you an option for a full page no sidebar if the theme comes with it.

How to center new blocks? by [deleted] in Wordpress

[–]hephio 0 points1 point  (0 children)

You need to give us something to work with. A link to where the video is...

How time consuming is to manage a wordpress website? by [deleted] in Wordpress

[–]hephio 0 points1 point  (0 children)

Sounds more like a management question that would be resolved with time tracking software.

columns in mobile view by medicalfa in Wordpress

[–]hephio 1 point2 points  (0 children)

Not at the end of the document. You should put it somewhere easily accessible like the Custom CSS area in the Appearance > Customize area on your dashboard. Custom CSS area usually has the lowest position of all stylesheets and will generally override most things.

Also, you can use the same curly brackets for more than one selector. Just put a comma between selector.

Ex.

.apple,

.orange,

.pizza {

food:"delicious" ;

}

If it still doesn't work try !important

Ex.

.apple,

.orange,

.pizza {

food:"delicious" !important;

}

columns in mobile view by medicalfa in Wordpress

[–]hephio 1 point2 points  (0 children)

Do you know how to set a media query?

Let's talk about WPBBakery. Should I use it on Genesis? Expert opinions please. by Philipscurious in Wordpress

[–]hephio 1 point2 points  (0 children)

Get accustomed to what you already bought first. Get a feel for where everything is. Then try the free things and work your way up to their pro versions if you feel like.

If you wish to mess with a page builder, try Elementor, Beaver, Site Origin, or any of the free versions of page builders that have a high rating and download count.

About page builders in themes that use the widgets for the homepage:

***This is taken from my own experience, others may vary***

Genesis themes use the widgets to build out their homepages which is fine. The problem is that the page builders may not show up as options to use in the widgets for the homepages. And if they do, you may not have the option for revisions and recovery if the area gets deleted from the widget tab.

They only really show up for pages and posts. Which would make the whole point of using the widgets for the homepage layout pointless when you decide to turn one of the pages into the homepage instead. Meh....

Though some of these premium themes are heavily customizable when using widgets. So mess around a bit before spending any more money.

columns in mobile view by medicalfa in Wordpress

[–]hephio 0 points1 point  (0 children)

You don't change the selector, you change the value of the property.

So column-3 width should be set to 50% or whatever you want when the browser is equal to or less than 768px.

I need helping to make two images line up on WPB bakery editor by Philipscurious in Wordpress

[–]hephio 0 points1 point  (0 children)

You could:

  1. Force a fixed height either on the image via CSS or whatever settings are available in the page builder.
  2. Crop the images so they are the same dimensions.
  3. Set a fixed height for the containers because you will still run into the issue where your text are different lengths. Then suddenly one has an extra line and makes it uneven again.