-
Search Results
-
I would like to have the “Logo and Main Menu Area” in fullwidth, but right now it is in the same width as the maximum container width.
I have the following settings in Enfold:
– Stretched layout
– Logo and main menu: top header
– Responsive site
– Maximum Container Width: 1130px
Is there anything I can do?Hi Enfold team
I tried to add horizontal lines between the blog posts on the start page according to https://kriesi.at/support/topic/dividing-line-between-blog-posts/ by adding
.blog .post_delimiter {
border-bottom: 1px solid #492e26;
}to the Custom CSS.
But unfortunately, they don’t show (tested on desktop/Firefox/Konqueror and tablet/Firefox). How can I get the horizontal lines there?
I would like to have some space and a dividing horizontal bar between the blog post excerpts on http://welt-der-vorfahren.de.Thanks for your help.
AnjaThe logo on Enfold top left is not scaling correctly at around tablet size – test by dragging window to make page smaller. The logo is being broken into by the menu.
This theme is useless if I can’t get the customer logo to scale correctly.Topic: adding new script
Still no word on my other ticket (https://kriesi.at/support/topic/issues-with-css-class-targeting-in-firefox-and-edge/)
– I wonder with 45 copies of this theme if there is any premium support options?Anyway, I was wondering if you could investigate why the following isn’t working. I’m trying to use a combination of Javascript and CSS to achieve tabs. In the child theme directory I created a new folder called ‘js’ and in that folder a script called tabs.js with the following code…
var tabs = document.getElementById('tabs'); var ps = tabs.getElementsByTagName('p'); var p; var spans; var span; var w; var wTab = 180; for (var i = 0; i < ps.length; i++) { p = ps.item(i); spans = p.getElementsByTagName('span'); for (var j = 0; j < spans.length - 1; j++) { span = spans.item(j); w = span.offsetWidth; w = Math.ceil(w / wTab) * wTab - w; span.style.paddingRight = w + 'px'; } }In the functions.php file I added…
wp_register_script( 'tabs', $template_url.'./js/tabs.js', 'jquery', "1", true); wp_enqueue_script( 'tabs' );and then in the page I added in a text block…
<div id="tabs"> <p><span>Date 1</span><span>Event</span></p> <p><span>Date 2</span><span>Event</span></p> <p><span>Date 3</span><span>Event</span></p> </div>' Because the editor kept removing the span tags I also added the following to the bottom of the <strong>functions.php</strong> file...function myextensionTinyMCE($init) {
// Command separated string of extended elements
$ext = ‘span[id|name|class|style]’;// Add to extended_valid_elements if it alreay exists
if ( isset( $init[‘extended_valid_elements’] ) ) {
$init[‘extended_valid_elements’] .= ‘,’ . $ext;
} else {
$init[‘extended_valid_elements’] = $ext;
}// Super important: return $init!
return $init;
}add_filter(‘tiny_mce_before_init’, ‘myextensionTinyMCE’ );`
Hi guys,
I’ve seen this thread here, but it’s closed…
https://kriesi.at/support/topic/avia-principles-feature/#post-409094Just wondering: Are you going to release this feature any time soon?
If not: no worries. I’d just like to know if it’s worthwhile waiting.Thanks a lot!
Hi,
I am struggling with parallax – I am trying to apply this feature to an image.
I have:
(1) Added a Colour Section
(2) Added the image to as a “Custom Background Image” to the Colour section
(3) Selected Parallax / Center Center / No repeatYou can see what the result of this is – http://v2.robianglobal.com/products-services-2/
This is nearly what I want, however, the issue is that the image at the top of the page isn’t “constrained” within the colour section like the rest of the colour sections below?
If I change the “Background Attachment” option to Fixed or Scroll, the image is constrained (however, no parallax :( ) – …. e.g. http://v2.robianglobal.com/wp-content/uploads/2016/08/exmaple.png
Thanks
Scot
When you hover on a main level to get the drop down visible and then move the cursor down on the drop down, the background hover state disappears from the main level item, which is the font color white with a white background. How do we maintain the hover color of the text while hovering over the sub menu?
And how do you have top level nav items have a specific state (in this case white background with maroon text) when you are on child pages under that main level. Does that make sense?
Topic: Centering the Footer Menu
Hi there,
hope you guys can help us out.
We using a slideshow to display the logo of the website. Now we would need a different logo on the mobile Version. Also in the slideshow.
Please see the website.
Thanks in advance!
Hello,
Excuse me for the disturb but I have a responsive issue with the menu :
On mobile phone when I click on it it goes at the bottom of the section and not at the top. It is worst because sometimes a part goes in an other section.How can I solve it ?
Hi,
after the update to wp 4.6 and with enfold 3.7.1 we have some problems with images in a color section.
We have a image inside with this settings:
At least 100% of Browser Widow height in the Section Layout
Section Background with Logo Area
A image with 1920 x 1080
Background >> Scrolling
Position >> Top Middle
Background >> Stretch to fit
Transparent Header
Layout >> No sidebarMeanwhile loading the site (image) you can see a black background.
But we have no settings anywhere with a black background.
And when switching to the site you can see a second changing.
Before you can see the whole image, the image is greatly enlarged.We have this effect only with big images and only with wp 4.6.
We reset 4.6 to 4.5.3 and enfold 3.7.1 and all is fine.
We guess any javascript is responsible for the issue.
Regards BiggyTopic: Adjust Logo Mobile View
Hi,
I have a minor issue adjusting the logo in mobile view. It is too much to the top of the header…
I did the following to adjust the logo:.logo img { margin-left: 80px; }
strong.logo img {
padding-top: 10px;
}@media only screen and (max-width: 989px) {
.responsive #top .logo {
margin-left: 80px;}
}@media only screen and (max-width: 767px){
.responsive .logo img {
margin-bottom: -20px;
margin-top: 20px;
}
}The last part is for the adjustment in mobile view and here is the problem.
The position is Ok, but because of the “margin-bottom: -20px;” a part of the logo is cut of now.
What is a better work around?Thanks!
Jan
Viewing 30 results - 91,711 through 91,740 (of 142,812 total)
