Forum Replies Created
-
AuthorPosts
-
Hi @Rikard,
In my opinion the sense of community is this: to share one’s knowledge.
Thanks to all of you ;)Hey @Courtney
You can create the link in the Main Menu always in Administration > Apparence > Menu.
Search for Custom Links and insert the link to your home page and edit the label to your preferred word.Hi Courtney,
Go to WP Admin Panel > Apparence > Menu > and change the label Home to your preferred word eg. Welcome ;)
Hi @Courtney
I’ve tested on https://www.w3schools.com/css/css_border.asp whit editor online and this is a result.
Whit Borders on normal screen
No Borders on small screen
You can provide a link to see the code?
Hey @Courtney
You can play whit @media queries eg below example
/* Hide borders breadcrumbs on mobile*/ @media only screen and (max-width:767px) { .title_container .breadcrumb { border-style: none !important; } }
Here more example https://www.w3schools.com/css/css3_mediaqueries_ex.asp
Hi @Courtney,
you can play with CSS code same eg…
/* Breadcrumbs style*/ /* Title container background color */ .title_container { background-color: red!important; } /* Title color */ #top .alternate_color.title_container .main-title a { color: white; } /* Breadcrumb link color */ .breadcrumb-trail * { color: gold!important; } Breadcrumbs – remove the words you a
Here a link for more tips: https://kriesi.at/documentation/enfold/breadcrumbs/
Hi,
I have solved with just add the “@” sign before the username ;)
Eg. from “username” to “@username”Hi guys
Im sorry, but the italian translation is not complete and not correct for Enfold 4.4.1 version. Some string are missed and the catalog is not uptodate to latest version.
In fact, updating the catalog from source files, the strings are 5139 while the proposed translation has only 3453, in addition, there is an error in the source code. A string is empty:
enfold -> framework -> php -> class-framework-widgets.php on line 2706
$time = ( false !== $timestamp ) ? date( "Y/m/d H:i", $timestamp ) . ' UTC' : __( 'missing word', 'avia_framework' );
Well, now I’m going to correct and complete the Italian translation and when it’s finished I’ll share it.
Sorry,
I have memory limit set on my wp-config.php file
define( 'WP_MEMORY_LIMIT', '64M'); define( 'WP_MAX_MEMORY_LIMIT', '256M' );
This is valid for WooCommerce and not for BBpress?
Hi Yigit,
Memory limit on my server is set to 256M ;)
-
AuthorPosts