Forum Replies Created
-
AuthorPosts
-
Hi mcraig77,
You should first creat your menu in Menus
Check “Enfold Child Footer Menu”- This reply was modified 9 years, 11 months ago by begrafiks.
Hi,
Dashboard > Enfold Theme Options > Header > Extra elements “Append search icon to main menu”Hi doug123,
add this line in your custom css file
div .slideshow_caption h2{text-transform: none !important;}
Hi;
#3 : Dashboard > Enfold Theme Options > Advanced Stylingx = “Small bar above main menu”
#4 : Dashboard > Enfold Theme Options > Header Social Icons = “Display in the top bar at the left”Hi,
All you need is “A Child Theme“Hi,
http://bluemontinluray.com/ is loading for me too (from France).
But it seems as the conflict between WP 4.0.1 and Enfold 3.0.2.Hi,
you can creat your page by “Header visibility and transparency”
http://imgur.com/aEBGrZ0Hi,
you can change the “header” in the “Enfold Theme Options > Menu and Logo Position”Hi,
once I’ve the same probleme, and solved by “permalinks”Why not to increase the dimension of your site?
Enfold theme options > General Layout > Dimensions > Maximum Container width = 1310px
It will allow you have a larger space for your three headers “Blogs” “Videos” and “Podcasts”By the way your logo size is 3919x1720px isn’t it too big;)
@thermaltech
Sorry for the obvious mistake
the code is :
.iconbox_content_container { font-size: 16px !important;}
Hi, the following will increase the font size to 16px.
.iconbox_content_container { font-sizeh: 16px !important;}
why “Slider width = 1231px” ?
I would keep it 1600px (the size of your slide image.
and “Layers container” nothing.I’ve tested to downgrade WP 4.0.1 to 4.0 ; works for me
to prevent another update
Do not forget to add these line into your new wp-config.php file/**STOP AUTOMATIC UPDATE OF WordPress */ define( 'AUTOMATIC_UPDATER_DISABLED', true );
put it just after
define('DB_COLLATE', '');
- This reply was modified 10 years ago by begrafiks.
See this topic to downgrade WP
I’ve tested it works for meSee this topic Downgrade WP 4.0.1 to 4.0
Do not forget to add this line in to your new! wp-config.php just after
/**TOP AUTOMATIC UPDATE OF WordPress*/ define( 'AUTOMATIC_UPDATER_DISABLED', true );
just after
`define(‘DB_COLLATE’, ”);
@cryscryb thanks:begrafiks but be careful
sounds good
- This reply was modified 10 years ago by begrafiks.
Gunaydin @om_eraydin
1- to reduce the height of the breadcrumb line add theses lines into your style.css of the child theme or Enfold->Styles->QuickCSS field
#top .title_container .container{
padding-top: 3px !important;
padding-bottom: 3px !important;
min-height: 36px !important;
}
2- to reduce the the empty place between title and the corps of the post (but it will effect all “content” classes :
.content{
padding-top: 20px !important;
}October 4, 2014 at 10:03 pm in reply to: Blog description bellow the name September 28, 2014/0 Comments/in Blogas /by adm #330308For the Phone number question…
Add this into your css file (Enfold quick css or child theme)
.phone-info {font-size: 18px !important;}
/*use your own size*/
I think you take care of “line-height: –px;” command tooOctober 4, 2014 at 9:45 pm in reply to: Blog description bellow the name September 28, 2014/0 Comments/in Blogas /by adm #330305Another question, maybe you have alreday done, but to be sure : Have you cleared your browser cache ?
October 4, 2014 at 9:34 pm in reply to: Blog description bellow the name September 28, 2014/0 Comments/in Blogas /by adm #330299Hi, have you tried:
Theme Options > Blog Layout > Blog Meta Elements “You can chose to hide some of the default Blog elements here”Hi;
Layer Slider > Editing slider > Styles (in each layer) > Custom style settings
Hi ;
My first wordpress website http://www.podologue-mehmet-cirak.com (not finished yet) for a podiatrist.
With one of the best premium themes ; Enfold.- This reply was modified 10 years, 7 months ago by begrafiks.
I see that you have applied in your style.css :
…..
.phone-info a, .main_color .av-sort-by-term a { color: rgb(145, 145, 145); display: none;}display: none; “none” is applied for your blockquote too.
Try to remove browser cache and reload the page a few times.
See these lines (one or both of theme) to change the spacing between the title of the page and the body :
#top .title_container .container{padding:10px 0;min-height: 56px;}
.title_container .main-title {margin: 0;font-size: 16px;position: relative;z-index: 2;min-height: 36px; line-height: 2.3em; top: 0;font-weight: 400;}For default ruler the css code is :
.hr{clear: both;display:block;width:100%;height:25px;line-height:25px;position: relative;margin:30px 0;float:left;}
in your child theme just to change the “margin” as you wishHi, you can find “masonry” when you create a Page > Tamplate Builder > Content Elements.
I couldn’t find out how to add into page “masonry” the choise of article category as it’s done in “portfolio” page. -
AuthorPosts