Skip to content
#

wordpress-theme

Here are 2,422 public repositories matching this topic...

LukaszJaro
LukaszJaro commented May 14, 2019

Suggestion

WordPress core recently added this to the navwalker:
https://core.trac.wordpress.org/ticket/43290

Without adding these attributes google audit flags as a security risk, suggested change for class-wp-bootsrap-navwalker.php:

`//$atts['rel'] = ! empty( $item->xfn ) ? $item->xfn : '';

	if ( '_blank' === $item->target && empty( $item->xfn ) ) {
		$atts['rel'] = 'noopener 
afragen
afragen commented Mar 12, 2019

This originated from a Slack conversation with @sc0ttkclark. It’s probably easier to contain the conversation here.

In thinking about how to engineer this solution it might be best to add to the class CLI_Integration with a couple of new commands plugin branch-switch-git and theme branch-switch-git with similar arguments as plugin install-git.

Install was easier as we already had tha

snnsnn
snnsnn commented Jun 30, 2019

https://themecheck.info gives following malware alert because of commented out fopen function in redux_helpers.php: 660.

Malware : Operations on file system fopen was found in the file class.redux_helpers.php 657: //$fp = fopen( $file, 'r' );fread was found in the file class.redux_helpers.php 660: //$file_data = fread( $fp, 8192 );fclose was found in the file class.redux_helpers.php 66
dylanspurgin
dylanspurgin commented Oct 9, 2016

Took me quite a while to figure out how exactly the theme in my src directory was supposed to be used in development. The docs don't mention needing WordPress running so I thought perhaps gulp was going to just serve my theme on its own.

I think it would help greatly to say a few words about having WordPress setup and running. Also, moving the crucial setup step of symlinking the theme into you

Aljullu
Aljullu commented Feb 20, 2020

In WooCommerce Blocks 2.5 we added the All Products block, which allows adding inner blocks to the product grids. However, the current Storefront styles assume all <img> elements would be used for the product main image and were given a style based on the img selector instead of using .wc-block-grid__product-image or .wc-block-grid__product-image img.

To Reproduce

Steps to reprodu

LeCanardNoir
LeCanardNoir commented Aug 22, 2019

I add just one line to get this tutorial working in the single.php file.

This is the tutorial part:

{% extends "single.twig" %}

{% block headline %}
    <h1><img src="/wp-content/uploads/2014/05/jareds-face.jpg" alt="Jared’s Mug"/></h1>
{% endblock %}

That the line i need to add in the single.php file:

Nikeo
Nikeo commented Jul 18, 2019

Our Site Logo looks great in customizer when previewed for full size monitor, tablet and smartphone, however, when site is viewed from an iPhone X in landscape (using Chrome) the logo ends in the middle of the site header text.. Seems like a bug to us and we have no idea how to fix this otherwise.

In landscape mode on an iPhone X, in Chrome, the left and right sidebar controls (>> and <<) t

WordPress响应式免费主题,Art_Blog唯品秀博客(weipxiu.com),基于Js+jquery2.1.4+H5/CSS3响应式+Wordpress后台开发,每天活人访问量500-800+IP,百度权重2,百度、Google收录链接突破1800+条,前后端完全独立制作,现主题开源给所有小伙伴免费使用,如使用过程有任何问题,欢迎打扰,原创不易,如喜欢,请多多打赏。演示:

  • Updated May 27, 2020
  • PHP

Improve this page

Add a description, image, and links to the wordpress-theme topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the wordpress-theme topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.