-
AuthorSearch Results
-
August 10, 2013 at 8:09 pm #134182
In reply to: Easy slider stops working about second slide
Do you have the lastest upgrade of Enfold? That might be a solution. Mine wasn’t working after WP 3.6 install and it does now after I upgraded.
August 10, 2013 at 5:35 pm #131985In reply to: Text area background color
Hi elames,
Reading over the topic I’m not clear at all on what it is you are trying to do vs what is live. If you want a specific color for a section you can use the Color Section element within the Advanced Layout Editor and you can use layout elements to create groups of content within that custom color section.
If you can provide a mock up or screenshot illustrating what it is you are looking for perhaps we can assist further.
Regards,
Devin
August 10, 2013 at 4:27 pm #27245Topic: Easy slider HUD nav buttons change
in forum Enfoldallegrabillings
ParticipantI am wandering how to change the easy slider HUD nav buttons. I think they are appropriate for tablets and desktop but when viewed on a mobile device the two arrow boxes cover most of the image and what isn’t covered is blocked by the circle image number indicators. For say a slider with 15 or so images. So I want to change the size but not globally just to a media query of say the 768 or below or 400 something below. I know we’re I can make CSS style changes and target screen sized in my child theme styles CSS file. But i don’t know if those HUD nav button are controlled by php, or Ajax or what. If it isn’t CSS I am wondering if the change can still be mobile specific like with CSS styling. I am hoping so.
Either way on mobile only I either want to turn off the circle indicators and hide the box part of the arrow nav just leaving the actual arrows, or completely hide all the HUD nav on the easy sliders.
The full width sliders are better mobile as they arrow nav boxes are taller and less wide covering less of the images. But if it is not full width they are squares and cover most the image. Hopefully thus isn’t to involved for you guys for forum support environment. As a photographer i find photo presentation tough on mobile devices. Other than just posting the photos one on top of each other down a page. This is fine for mobile but then the pages just become never ending scrolling and that isn’t too neat and tidy
August 10, 2013 at 1:34 pm #27544Topic: boxed layout margin on top and bottom
in forum Enfoldwesdacar
ParticipantHi
I’using the boxed layout with the small non-fixed header.
How can i add some margin to the top and the bottom of the page, so that i can see some background all around the box?
Thanks for your answers.
August 10, 2013 at 12:40 pm #134335In reply to: Toggle image/icon
August 10, 2013 at 9:03 am #133945In reply to: Changing Logo Size with Header Option #5
Hi!
Use following css code and change the width value
#top #header .logo img {
width: 500px;
}Best regards,
Peter
August 10, 2013 at 8:47 am #134272In reply to: q about scroll speed
Hi,
Edit js > avia.js, find this code under smoothscroll function:
var target = container.offset().top - fixedMainPadding,
oldLocation=window.location.href.replace(window.location.hash, ''),
newLocation=this,
duration= data.duration || 800,
easing= data.easing || 'easeOutQuint';Set duration= data.duration || with a higher value like 8000.
Regards,
Ismael
August 10, 2013 at 8:39 am #114780In reply to: Enfold Feature Requests
I add this topic at the recommendation of Nick (thread “Can I use the navigation arrows for each category, not all?”)
If someone selects a category, and then clicks inside that category a single post, the prev/next-arrows do not navigate inside that category.
There exists a small (5 kb) plugin wich would solve this problem. But is hard to integrate this plugin into the theme.
It would be very helpful, if there would be any possibility to browse inside a category.
August 10, 2013 at 8:33 am #134247In reply to: Protfolio Grid Blätterfunktion und Kategoriefilter
Hi,
Unfortunately, there is no fix for it yet.
https://kriesi.at/support/topic/page-based-pagination-is-flawed
Regards,
Ismael
August 10, 2013 at 8:25 am #133807In reply to: avia-gallery-thumb animation will not load
Hi,
Please refer to this link: https://kriesi.at/support/topic/scrolling-to-bottom-before-gallery-loads
Regards,
Ismael
August 10, 2013 at 8:18 am #134235In reply to: Vimeao video autoplay in LayerSlider
Hi,
How did you add the video? Can you give us a link to the website? It doesn’t auto play on my end even if I set autoplay=1.
Regards,
Ismael
August 10, 2013 at 8:05 am #124668In reply to: Page-Based Pagination is Flawed
Hi,
You can submit a request here: https://kriesi.at/support/topic/enfold-feature-requests
Regards,
Ismael
August 10, 2013 at 6:56 am #27535Topic: top menu with the social icons bigger
in forum Enfoldbevlogenverf
ParticipantHi, guys
the theme is so nice
with what code could i get the top menu bigger? the one with the phone numder, extra menu and social icons there? any css code for it? htttp://www.bevlogenverf.nl/enfold2
THX!
bevlogenverf
ParticipantHi the logo http://bevlogenverf.nl/enfold2/
on top between the menu is not very easy to place
what css can i use to figure out a better placement?
August 10, 2013 at 6:34 am #134181In reply to: Easy slider stops working about second slide
I upgraded to 3.6 and the AJAX in the portfolio stops working after one also. And it’s not sliding… it’s just appearing. Ouch. Was this upgrade a bad decision on my part?
August 10, 2013 at 3:51 am #133939In reply to: Avia Layout Builder when making Posts in Enfold
Hi,
Please refer to this link: https://kriesi.at/support/topic/how-to-add-advanced-layout-manager-to-blog-posts
Regards,
Ismael
August 10, 2013 at 3:35 am #134274In reply to: Translate Enfold
Hi,
Please refer to this link: https://kriesi.at/support/topic/translation-issue-on-search-results-page
Generate a new po file with Codestyling: http://wordpress.org/plugins/codestyling-localization/
Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Then select your language from the list and click the “create po-file” button. Click on “Rescan” to fetch all text strings. Then click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).
Regards,
Ismael
August 10, 2013 at 3:29 am #134078In reply to: header and top color inividual page
Hi,
Add this on your custom.css or Quick cSS
html.html_boxed {
background: #dbeaff top left no-repeat scroll;
}Regards,
Ismael
August 10, 2013 at 3:23 am #134295In reply to: Padding between the easy slider and header
Hi,
You can use this on your custom.css or Quick CSS
.content {
padding-top: 10px;
padding: bottom: 10px;
}Regards,
Ismael
August 10, 2013 at 12:25 am #133114In reply to: Scrolling client logos – infinite loop
I’m sorry for any confusion but I’m not sure how I could have explained it any better. A series of client logos that slide from left to right in an infinite loop? I thought we were on the same page after you mentioned that the trick is in the fact that the logos are on one big horizontal strip. Are well, hence my creating a sample for you to get the message through. This is surprisingly difficult to explain online. I think this is why others have given up.
I really appreciate all your help Devin. I understand this is outside of the scope of the support forum. This is more of a trick as opposed to a technical issue with the platform. It’s apparent now that this effect cannot be achieved with the current platform. The sample I showed you was a website I built. This was the only way I could get the image to slide but it’s only a hack. It will stop animating after 3 or 4 mins once the layer sliders finish.
I am on the latest version of Enfold 1.9.1 on another site and the effect still does not work with your mentioned settings.
We can leave this now. I’ll just hope that no one else asks for this effect :)
Keep up the great work Devin.
PS. I know you guys don’t have an open book for every possible effect (geez!!!!). I was just asking the same question that many other users have tried to ask and I thought it would be okay to ask on this forum. I did mention in my original post that I did try to contact the admin of the website that originally had that effect (they used Enfold) and they did not get back to me. I was trying to do the right thing.
Maybe you guys could put up a tricks and tips page for stuff like this. So not a technical guide but step by step tutorials on how to do all kinds of things that people would never have thought of. This would be a “think outside of the box” section. I think you’ll find it would be very popular.
August 9, 2013 at 10:44 pm #27529Topic: Trying to use a different Woocommerce Shop page
in forum EnfoldAmerican Patriot
ParticipantI’ve created a new Shop Base Page using the Layout Editor but when I click on the new link it shows the new layout at the top of the page and below it the default WooCommerce Shop layout including the Category image, dropdown Sort menu, Header & Sidebar (even though I chose not to show those).
What do I need to do in order to keep the WooCommerce layout from showing?
August 9, 2013 at 10:14 pm #133474In reply to: Image Cropping
I have a few mins to check the plugin. I have also found this one http://wordpress.org/plugins/post-thumbnail-editor/screenshots/
I will try them out tomorrow and let you know. The only other way is to set all the images at the same size with white top and bottom or left or right. This would work in the gallery but then look odd when the image is opened in lightbox as you would still get the white showing.
Is there then a way to have lightbox open a different image, Im guess not….?
I have some images showing what I mean.
http://www.chriswardphotography.com/test-area/examples/gallery-example1.jpg
http://www.chriswardphotography.com/test-area/examples/gallery-example2.jpg
Kind regards
Chris
August 9, 2013 at 9:47 pm #134256In reply to: Is this layout possible?
It has been requested but no news on it that I know of. Yes, add it to the request topic if you’d like to give it an additional bump.
August 9, 2013 at 8:55 pm #129782In reply to: lightbox not working anymore
I deactivated all the plugins and now the lightbox works again. So I’ll have to check which plugin causes the issue.
As for the strange var you saw on the png.file, now that I deactivated every plugin I ran a ‘broken links checker’ tool with a site called Attracta and it reported that my site has some staggering 47 broken links. The strange thing is that it seems like every page has a variable appended to the link and strangely every page has the name of the site repeated at the end of the link (Vacationrentalsecrets).
Do you have any clue what might cause this?
Here is the list of the errors reported (maybe is similar to the var appended to the png. file?) – every page has the weird /?s= variable to which seems to correspond the name of the site “Vacationrentalsecrets” on each error page:
Error page URL Page linking to error page
/Vacationrentalsecrets /?s=
/about/Vacationrentalsecrets /about/?s=
/what-we-do/Vacationrentalsecrets /what-we-do/?s=
/what-we-do/online-training/Vacationrentalsecrets /what-we-do/online-training/?s=
/what-we-do/seminars-workshops/Vacationrentalsecrets /what-we-do/seminars-workshops/?s=
/what-we-do/seminars-workshops/video-recordings/Vacationrentalsecrets /what-we-do/seminars-workshops/video-recordings/?s=
/what-we-do/one-to-one-consulting/Vacationrentalsecrets /what-we-do/one-to-one-consulting/?s=
/what-we-do/showcase-your-home/Vacationrentalsecrets /what-we-do/showcase-your-home/?s=
/blog/Vacationrentalsecrets /blog/?s=
/faq/Vacationrentalsecrets /faq/?s=
/contact/Vacationrentalsecrets /contact/?s=
/what-we-do/seminars-workshops/social-media-seminar/Vacationrentalsecrets /what-we-do/seminars-workshops/social-media-seminar/?s=
/what-we-do/showcase-your-home/increase-your-visibility/Vacationrentalsecrets /what-we-do/showcase-your-home/increase-your-visibility/?s=
/what-we-do/showcase-your-home/publish-your-own-book/Vacationrentalsecrets /what-we-do/showcase-your-home/publish-your-own-book/?s=
/tripadvisor-review/Vacationrentalsecrets /tripadvisor-review/?s=
/author/the-team/Vacationrentalsecrets /author/the-team/?s=
/category/general/Vacationrentalsecrets /category/general/?s=
/category/marketing-tools/Vacationrentalsecrets /category/marketing-tools/?s=
/category/strategy/Vacationrentalsecrets /category/strategy/?s=
/vacation-rental-marketing-how-to-automate-social-media-marketing/Vacationrentalsecrets /vacation-rental-marketing-how-to-automate-social-media-marketing/?s=
/author/francesca/Vacationrentalsecrets /author/francesca/?s=
/category/social-media-for-holiday-rentals/Vacationrentalsecrets /category/social-media-for-holiday-rentals/?s=
/seo-basics/Vacationrentalsecrets /seo-basics/?s=
/author/antonio/Vacationrentalsecrets /author/antonio/?s=
/category/videos/Vacationrentalsecrets /category/videos/?s=
/category/website-traffic/Vacationrentalsecrets /category/website-traffic/?s=
/vacation-rental-marketing-5-reasons-you-shouldnt-ignore-social-media/Vacationrentalsecrets /vacation-rental-marketing-5-reasons-you-shouldnt-ignore-social-media/?s=
/blog/page/2/Vacationrentalsecrets /blog/page/2/?s=
/blog/page/3/Vacationrentalsecrets /blog/page/3/?s=
/how-to-install-offerchat-awesome-free-live-chat-tool/Vacationrentalsecrets /how-to-install-offerchat-awesome-free-live-chat-tool/?s=
/social-media-seminar-july-4th-2013-london/Vacationrentalsecrets /social-media-seminar-july-4th-2013-london/?s=
/a-photo-book-of-your-home/Vacationrentalsecrets /a-photo-book-of-your-home/?s=
/secret-tips-adding-a-free-live-chat-to-your-website/Vacationrentalsecrets /secret-tips-adding-a-free-live-chat-to-your-website/?s=
/live-chat/Vacationrentalsecrets /live-chat/?s=
/seminar-optimizing-your-advert-online/Vacationrentalsecrets /seminar-optimizing-your-advert-online/?s=
/category/live-events/Vacationrentalsecrets /category/live-events/?s=
/category/top-tips/Vacationrentalsecrets /category/top-tips/?s=
/tag/email-campaigns/Vacationrentalsecrets /tag/email-campaigns/?s=
/tag/holiday-homes/Vacationrentalsecrets /tag/holiday-homes/?s=
/tag/home-business/Vacationrentalsecrets /tag/home-business/?s=
/tag/media-platforms/Vacationrentalsecrets /tag/media-platforms/?s=
/tag/media-presence/Vacationrentalsecrets /tag/media-presence/?s=
/tag/optimization/Vacationrentalsecrets /tag/optimization/?s=
/tag/review/Vacationrentalsecrets /tag/review/?s=
/tag/search-engines/Vacationrentalsecrets /tag/search-engines/?s=
/tag/seo/Vacationrentalsecrets /tag/seo/?s=
/tag/tripadvisor/Vacationrentalsecrets /tag/tripadvisor/?s=
August 9, 2013 at 8:16 pm #134046In reply to: Gallery or portfolio? Neither work.
It’s hard to see where to set it up because you expect it to have a featured image field like blog posts, but actually what you need to do is add a slideshow image at the bottom where you set up the slideshow even if you are not going to use a slide show. you can choose disable slideshow (photos on top of eachother) option but still you need to add at least one slideshow image and the portfilio will use the first one as featured. took me a while to figure that one out.
August 9, 2013 at 7:59 pm #27456Topic: header and top color inividual page
in forum Enfoldxpoveda
Participanthi, i see gray color in header an footer of page referenced by http://www.escalamas.com
how not see this?, i want all backgound of this page blue.
best regards
xavier
August 9, 2013 at 7:46 pm #134067In reply to: Enfold body text is blurry on iOS 7
Hi chartier,
I’ll tag the topic for Kriesi so he can take a look. Thank you for the heads up :)
Regards,
Devin
August 9, 2013 at 7:28 pm #133724In reply to: Center horizontal on heading
Hi penullar,
For the first question, no unfortunately not. The line is actually a separate element next to the text so it would need to be re-done to have two separate entities for the lines on either side.
The second question not yet but you can add the idea to the Feature request topic here: https://kriesi.at/support/topic/enfold-feature-requests
Its best to ask new questions in their own topic as it makes it easier for others to search and our queue goes by oldest posted topic first. So each self response actually pushes the topic to the end of our queue.
Regards,
Devin
August 9, 2013 at 5:52 pm #132541In reply to: Differents LayerSlider
I think that I’m not explaining properly hahaha (sorry for my english)
Imagine that I have two differents pages. As well, I have 4 different sliders. I want to show slider 1 and 2 (with autoplay) on page 1, and slider 3 and 4, on page 2 (with autoplay as well). That’s my question. It’s possible?
I know that you can set differents set up for each slider, but that’s not my question ;)
Hope that my explanation is better now.
August 9, 2013 at 5:06 pm #133975In reply to: Remove "You are here: …" on the header?
Peter, Does this need to be the last lines of code, or does it need to go before something? When I added this, to my child functions.php I get an error that shows up at the top of the pages now.
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘avia_remove_breadcrumb_before10’ was given in /home/content/50/8301350/html/wp-includes/plugin.php on line 173
If add it to the themes functions.php I get an critical error warning and the site doesn’t even show up. What am I missing?
-
AuthorSearch Results
-
Search Results
-
Hi
I’using the boxed layout with the small non-fixed header.
How can i add some margin to the top and the bottom of the page, so that i can see some background all around the box?
Thanks for your answers.
Hi, guys
the theme is so nice
with what code could i get the top menu bigger? the one with the phone numder, extra menu and social icons there? any css code for it? htttp://www.bevlogenverf.nl/enfold2
THX!
Topic: logo
Hi the logo http://bevlogenverf.nl/enfold2/
on top between the menu is not very easy to place
what css can i use to figure out a better placement?
I’ve created a new Shop Base Page using the Layout Editor but when I click on the new link it shows the new layout at the top of the page and below it the default WooCommerce Shop layout including the Category image, dropdown Sort menu, Header & Sidebar (even though I chose not to show those).
What do I need to do in order to keep the WooCommerce layout from showing?
hi, i see gray color in header an footer of page referenced by http://www.escalamas.com
how not see this?, i want all backgound of this page blue.
best regards
xavier
