-
AuthorSearch Results
-
November 7, 2013 at 8:31 pm #185809
In reply to: Black Horizontal Bars Mobile
Hey!
I don’t own an iOS device, but @Yigit does, i tagged him to this topic, let’s wait for his response :)
Cheers!
JosueNovember 7, 2013 at 8:30 pm #185808Actually I just realized that the code that fixes the responsive issue is overriding all of the rest of the code in Quick CSS.
This is the current Quick CSS including the code to fix the responsive issue(none of the other code is working anymore):@media only screen and (max-width: 989px) {
.responsive #header .main_menu ul {
display: none;
}@media only screen and (max-width: 989px){
.mobile_active #advanced_menu_toggle {
display: block;
}#top #menu-item-search.menu-item-search-dropdown>a {display:none;}
.overlay-type-extern{
display: none !important;
}#header {
background-color: #FFF;
}input[type=”submit”],
#form-1-1339700500 .submit {
padding: 0 3%;
text-align: left;
width: 103px;
height: 32px;
background-image: url(“http://startwishing.com/wp-content/uploads/2013/10/Submit-3-39.png”);
background-position: 0 0;
border-style: solid;
border-width: .25px;
display: inline-block;
font-size: 12px;
line-height: 28px;
margin: 3px 0;
position: relative;
text-decoration: none;
}body p, body {
font-family: “Open Sans”;
font-size: 11pt;
}
/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */@media only screen and (max-width: 640px) {
/* Add your Mobile Styles here */
.template-page .entry-content h2, .av-special-heading h3 {
white-space: normal !important;
}November 7, 2013 at 8:29 pm #185807In reply to: Black Horizontal Bars Mobile
here you go… please let me know what I need to do to get rid of these black bars.
Here is my custom CSS:
.big-name { font: 80px “HelveticaNeueUltraLight”, “Helvetica Neue”, Helvetica, Arial, sans-serif; }
#header_main { border-bottom-width: 0px !important; }
.avia-icon-list .iconlist_title { padding:5px; }
#disqus_thread {padding-right:5px;}
.flowplayer .fp-progress {
background-color: #d30283;
}
.main_menu li a { text-transform:uppercase; color:#FFF; }
.container_wrap { border-top-width: 0px !important; }
#avia-menu a {color:#FFF;}
#avia-menu a:hover {color:#d30283;}
.fp-logo { display:none !important; }
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>-
This reply was modified 12 years, 5 months ago by
BigDaddyBass.
November 7, 2013 at 8:14 pm #185799In reply to: Whole WP gallery missing from Gallery Post Type
Actually I just fixed it!
I removed this from Quick CSS:
.post-entry .big-preview{ display: none !important; }
However, all blog posts now feature the Featured Image at the top of the post – how do I remove this so I only get it to feature in the Grid Layout on a page and not at the top pf every post.
Thanks a million!
EdNovember 7, 2013 at 8:05 pm #185793Thank you, that has resolved the point at which the menu becomes responsive. However it has created an issue. I have this added to the Quick CSS to remove the search icon from the header:
#top #menu-item-search.menu-item-search-dropdown>a {display:none;}
After adding the code you suggested to fix the responsive issue the search icon is back even though the above code is still there.
November 7, 2013 at 7:53 pm #185789In reply to: Drop down menu height problem.
Hi Nick!
Use this code instead:
#header_main .container, .main_menu ul:first-child > li > a, .logo img, .logo a { height: 120px !important; line-height: 180px !important; max-height: none !important; } #top .main_menu .menu > li{ font-size: 14px; } #top .main_menu .menu > li > a { height: 120px !important; }Cheers!
JosueNovember 7, 2013 at 7:50 pm #185788In reply to: Enfold – Buddypress
Hey!
The sidebars made from inside the widget options are not the same as a sidebar registered with code. So the get_sidebar option will only work if you register your own sidebar in your functions.php: http://codex.wordpress.org/Function_Reference/register_sidebar
I did a blank page template if you want some additional comments on top of a regular page.php here https://gist.github.com/DevinVinson/7175338
Cheers!
DevinNovember 7, 2013 at 7:41 pm #185776Hi!
Try the last steps here: https://kriesi.at/support/topic/top-menu-with-the-social-icons-bigger/#post-134332
The above works for the regular dropdown switch but the alternate style needs the css changes too.
Best regards,
DevinNovember 7, 2013 at 7:35 pm #185774In reply to: Increase Spacing Between Paragraphs in Blog Post
Hey!
You would just change the margin for top and bottom to 1.5em. If you wanted it to be exactly 1.5 then you could do something like:
.entry-content p { margin: .75em 0; }Best regards,
DevinNovember 7, 2013 at 7:33 pm #185771In reply to: How can I disable the hover effect for images?
November 7, 2013 at 6:45 pm #185739Topic: Failed reinstallation of Enfold after reinstallation of WP
in forum EnfoldMagnus_Norrman
ParticipantI just performed a reinstallation of WP to the latest Swedish version in order to get the site translated into Swedish according to Reply #185525.
I then tried to upload the Enfold theme again from my local laptop. This failed with the comment that that there already was a destimation forlder defined. I then found the theme and were able to activate it. There is however some kind of error in the theme setup due to all pictures not being vislualised in the webpage and I am not being able to add a logo.
Please need support
November 7, 2013 at 6:34 pm #185736Topic: How to add a title in the sidebar
in forum Enfoldfinanzwolle
ParticipantI want to add a title in the sidebar menu, how can I do that?
Here’s the site adres: http://www.topicusfinan.com
For an example see the picture under:
http://www.freebits.nl/images/499title.jpg
Thanks!
November 7, 2013 at 5:29 pm #185718Hi!
The problem is, there are entry wraps after each 3rd post. But if you would like to display them in one column, please undo custom CSS code i provided earlier and add following instead
@media only screen and (max-width: 767px) { .responsive #top .slide-entry { width: 100%; margin-left: 0!important; }}Regards,
YigitNovember 7, 2013 at 5:20 pm #185716In reply to: IE10 Display Problems
This reply has been marked as private.November 7, 2013 at 5:17 pm #185713Hey!
Please see Kriesi’s post here https://kriesi.at/support/topic/kriesi-logo/#post-161892
I would sugest you to check Blog page time to timeBest regards,
YigitNovember 7, 2013 at 4:07 pm #185666Hi!
You can try adding the code i posted here https://kriesi.at/support/topic/logo-resizing-troubles/#post-185565 and adjust it. I wanted to see the your website to provide more accurate custom CSS code but that should work
Best regards,
YigitNovember 7, 2013 at 4:02 pm #185659In reply to: Enfold Top Navigation Font Change
Hi,
I did this – it worked, but it did not solve my problem.
Notice how the “i” is displaying as “l” – how do I fix this?
November 7, 2013 at 4:00 pm #185655In reply to: Isotope Sorting links breaking bad on mobile…
November 7, 2013 at 3:53 pm #185650In reply to: Enfod – Testimonials – Fixed height
Hey!
That would need to be added in as a new feature with a theme update.
What you would need to do is target the container for that specific element and then setting the testimonial height manually with css:
.avia-slider-testimonials .avia-testimonial-content { height: 100px; }Just keep in mind this will not automatically adjust for any responsive changes with the width of the container so you would also need to add in the same thing with either a bigger height or smaller depending on the content to the custom.css file into the pre-written media queries we have there for desktop/mobile.
Since the page above is in coming soon mode I can’t target that specific item as is.
Best regards,
DevinNovember 7, 2013 at 3:52 pm #185649In reply to: Enfold Top Navigation Font Change
Hi!
You can add following code Quick CSS in Enfold theme options under Styling tab and change it to the font family you would like to use
.main_menu ul:first-child > li > a { font-family: 'Oswald', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; }Cheers!
YigitNovember 7, 2013 at 3:43 pm #185646In reply to: Enfold Top Navigation Font Change
Font family.
November 7, 2013 at 3:38 pm #185645In reply to: Can I have a Top level menu item over two lines?
Hi!
Your two options are what Ismael posted above or adding a class to the menu item that shrinks its width and forces it to a second line (though that still not look great).
If you wanted to implement something else you could.
Cheers!
DevinNovember 7, 2013 at 3:36 pm #185643Hey!
Try Kriesi’s solution posted here: https://kriesi.at/support/topic/icons-still-not-working-in-firefox-and-ie/#post-173204
Best regards,
DevinNovember 7, 2013 at 3:32 pm #185640In reply to: enfold gallery shortcode on blog posts
Hey!
This is the default behavior for Gallery items. They should look like this with the gallery at the top (because its a gallery post type): http://kriesi.at/themes/enfold/2013/10/21/postformat-gallery-multiple-images-with-different-sizes/
Best regards,
DevinNovember 7, 2013 at 3:25 pm #185636In reply to: Enfold Top Navigation Font Change
Hi!
What exactly would you like to change? Font size, font family, color?
Regards,
YigitNovember 7, 2013 at 3:25 pm #185635In reply to: Enfold Top Navigation Font Change
Nevermind, that led me to change the font SIZE – I want to change the STYLE
November 7, 2013 at 3:23 pm #185633In reply to: Enfold Top Navigation Font Change
Hi,
What CSS do I edit?
November 7, 2013 at 3:22 pm #185632In reply to: Enfold: gallery thumbnail sizes and proportions
Hi!
I edited this one https://kriesi.at/support/topic/enfold-gallery-thumbnail-sizes-and-proportions/#post-185609 :)
Regards,
YigitNovember 7, 2013 at 3:21 pm #185630In reply to: Enfold Top Navigation Font Change
Hi ErikManger!
You can target following class to make changes on main menu
.main_menu ul:first-child > li > a { }Cheers!
YigitNovember 7, 2013 at 3:12 pm #185622In reply to: slider is off center?
Hi!
You have the same image added twice on top of each other. The one below is 1200x500px and other one is 1140x500px. 1200x500px one has a white border on the right of the image itself. Please edit http://hubholdings.com/wp-content/uploads/2013/10/homeSliderCapital.jpg this image and remove white border
Best regards,
Yigit -
This reply was modified 12 years, 5 months ago by
-
AuthorSearch Results
Viewing 30 results - 137,431 through 137,460 (of 142,898 total)
-
Search Results
-
I just performed a reinstallation of WP to the latest Swedish version in order to get the site translated into Swedish according to Reply #185525.
I then tried to upload the Enfold theme again from my local laptop. This failed with the comment that that there already was a destimation forlder defined. I then found the theme and were able to activate it. There is however some kind of error in the theme setup due to all pictures not being vislualised in the webpage and I am not being able to add a logo.
Please need support
I want to add a title in the sidebar menu, how can I do that?
Here’s the site adres: http://www.topicusfinan.com
For an example see the picture under:
http://www.freebits.nl/images/499title.jpg
Thanks!
