Guys – I redone our site and was just working on putting in 301 redirects for the old sites pages to hit our new homepage rather than a 404
I noticed Google had already indexed alot of pages from our new site (done with Enfold)
However it was also picking up alot of theme files (which I’d prefer it not to)
Is there away of stopping Google doing this (without losing indexing of other pages??)
For instance its indexing folders such as: (I’ve changed the theme folder name from Enfold to reference the sites name!)
/themes/digi-v201/framework/
/wp-content/themes/digi-v201/framework/js/
/wp-content/themes/digi…/config-layerslider/
/wp-content/themes/digi-v201/framework/css/
etc etc
ranks quite a few…
Any help very appreciated!!
G
Also, how do I stop the Google Maps to allow scrolling within the iframe? If you view the page on mobile now, it’s difficult to go through the page.
Hi there,
I’ve found this thread: https://kriesi.at/support/topic/google-maps-in-full-width-slider
But what that does, is it creates like a 5px bottom padding that I can’t attribute to anything… Any idea where it’s coming from?
http://mep.raffeltest.nl/contact/
Thanks!
Hi,
no, Flashlight does not support the ajax portfolio feature. Btw – my answer here: https://kriesi.at/support/topic/one-column-portfolio-option is also not valid for Flashlight but the feature is only planned for Enfold at the moment.
Hey!
please try to insert following code into the quick css field
#top #mapCanvas img{
max-width: none;
}
Regards,
Peter
In fact Enfold even hides the sidebar on mobile devices. If you want to display it insert following code into the quick css field
@media only screen and (max-width: 767px) {
.responsive #top #main .sidebar {
display: block !important;
}
}
It will show up underneath the main content. It’s not easily possible to turn the sidebar menu into a mobile menu and we can’t help you with this customiztion because it’s beyond the scope of our support forum. You can try to hire a freelancer for this job though.
Hi,
It is something you need to work with a freelance developer if you really want one. You can also place a feature request here: https://kriesi.at/support/topic/enfold-feature-requests
Regards,
Ismael
Hey,
You can add this on your custom.css or Quick CSS:
#header {
position: fixed;
}
#main {
padding-top: 156px;
}
Regards,
Ismael
thanks, but i have 3 issues
The first one is that the logo isn’t completely centered, i think that will be solved adjusting the % in the code, but when i scroll down the page, i want the logo to become smaller from the center. not from the left as it is now.
The second issue is that the logo is on top of the menu
And the third one is a question, how can i implement the ticker that is below the header, in the header?
Sorry for the inconvenience and thanks for your support!
Hi,
Please add this code to custom.css file or in Quick CSS in Enfold theme options page under Styling
.container .wrap { border-bottom: solid 1px black; padding-bottom: 5px; }
div.container { height: 270px; }
div.main_menu { right: 25%; top: 47%;}
Regards,
Yigit
Hi,
Please add following code to custom.css file or to Quick CSS in Enfold theme options page under Styling
#header_meta { z-index: 1; }
#header_main .social_bookmarks { margin-top: -76px; left: 0; }
That should do it
Regards,
Yigit
Hi Jyles,
Our forums go by oldest post within a topic to newest so each time you self respond it actually pushes your topic to the end of our queue and not the start of it.
For your issue, what you would need to do is a bit complicated if you aren’t used to media queries. You can use media queries to change the margin-right on your numberbox class so that as the theme responds to the browsers width the margin changes.
See: http://css-tricks.com/css-media-queries/
To get you started this would be for the very largest screen size adjustment (all screens above 1650px wide):
@media screen and (min-width: 1650px){
.numbersbox { margin-right: 67px; }
}
Regards,
Devin
I would like to place the logo on top centered, and the menu below the logo also centered,
hope you can help!
nevermind, figured it out.
Hey Devin,
Thanks for getting back to me. I’ve tried it and a what I got was the contents of the short code across the top of the preview. There was no button.
Did we do it wrong?
Thanks,
Hi – I noticed today that my header no longer stays atop the page when scrolling. I did not make any major edits and I’m curious what could be the cause of this problem.
My site is:
innovationconnector.com
Thanks
What version of iPad is this happening on? I just did a quick test of the site with ipad2 and 3 and had no menu overlap issues.
The typical solution I suggest for menu overlap issues is to just adjust the switch width value. See: https://kriesi.at/support/topic/top-menu-with-the-social-icons-bigger?replies=5#post-132320
Upping it to 780px for instance to ensure it switches even before the ipad width may be what you are after if it is still causing issues on your end.
Hi guys, you’ll be glad to hear that I’ve now almost finished my site and am very happy overall. I just have another few last questions about the blog, which I’ve only just got around to working with now that all other pages are almost done.
The blog in Enfold just doesn’t seem to work like any other blog I’ve used in other themes and I need a little help please.
My problems & question:
1. I want to have mycompany/myblog/category/postname but no matter what I try the built in breadcrumbs in Enfold seem to completely omit the name of the page containing the blog elements. So I end up with something like: mycompany/category/postname instead! I can get this to work if I implicitly set the blog page but then you don’t seem to be able to access the same amount of layout tools which you can use if you don’t set a blog page and just add the posts element to a standard page etc.
2. One of the ONLY genuinely annoying things I’ve discovered about Enfold is that blog post titles and featured images remain selectable as links even when you’ve already clicked them once to read the post (in it’s own url) initially. This doesn’t make any sense at all as once you’ve selected a post (by clicking on the title or image from the parent blog page) these elements shouldn’t still be selectable. This wouldn’t be too bad if when you clicked on the links for a second time nothing happened, but they instead act as page anchor and take you to the top of the page or re-load the page completely even on your demo. While we know there would be no reason to actually try to click on these elements again, we all know what the average website visitor can be like and it would be nice if this was resolved.
3. When you create a page for your blog are you still meant to set this as the ‘Posts Page’ in the WP ‘Settings>Reading’ panel or in the Enfold settings?
4. My posts seem to be centred on my blog page and no matter what settings I change there doesn’t seem to be any way to left align it or use another layout?
Hopefully we’ll see some much needed attention given to the blog section of the Enfold theme in future releases as it feels a little rough around the edges when compared with the rest of the theme which is truly fantastic.
Thanks
Hi pjok,
Unfortunately revisions with WordPress doesn’t save the custom field data which is where all of the advanced layout editor data is saved. So the only what I recommend doing instead is to use the Templates option in the top right of the advanced layout editor to save your page in your own versioning scheme. Eg – SomeLayout-001, SomeLayout-002 . Then delete the older versions as needed to keep it from getting cluttered.
Regards,
Devin
Oi Fabiana,
Can you create an administrator account and send me it to avia.josue (at) gmail.com so i can check it personally?
Regards,
Josue
Hi!
I builded some contents with the Default Editor, and then switched to Advanced Editor to create a Fullwidth Easy Slider. When I switched back to Default Editor to edit some text (because when you generate columns with shortcodes, you can’t edit the text inside when in Advanced Editor, unless you generate a column with a Text Block inside :S): the content was just gone! I switch back to Advanced and the contents were still here, and show properly on webpage.
However, I defenitly prefer to use shortcodes instead of graphic interface, and, in an autosave, I found out that the Advanced Editor generated the following code for my portfolio project:
So I pasted this code on a new entry to check how it looked like: the slider doesn’t appear full width but boxed; I switched to Advanced Editor and saved again, and now it shows full width with contents below, http://devargas.com.es/temp/advanced-editor.jpg buuut, we are back to the begining of this topic, the content is gone from Default Editor.
I think I found out a topic which seemed similar to my issue https://kriesi.at/support/topic/avia-layout-builder-text-content-doesnt-appear and checked the memory: using 52Mb out of 128Mb so it’s not a problem of memory. I also disabled all the plugins, but it’s not a conflict issue.
I’m using the last WordPress 3.6, downloaded your theme again this morning and updated parent theme, as I saw you made some fix lately.
So, how can I make contents appears when switching from one editor to the other, and/or how can I generate a fullwidth slider from short codes instead of using the Advanced Editor?
The site is curently under construction but if you would like to access it, I can provide you a subscriber user account in a private message. Thank you in advance, looking forward to hear from you.
Anne-Sophie
-
This topic was modified 12 years, 5 months ago by
Kriesi.
-
This topic was modified 2 months ago by
Yigit.
-
This topic was modified 2 months ago by
Yigit.
Olá Josue,
I believe that I did something wrong because I placed the code you send me exactly in the heather.php, in the wordpress editor and then the css inside the enfold quick css code and nothing happened. I could not see the words in the top of the page.
Can you help?
Thank you.
Fabiana.
Thank you Yigit. I have another critical question posed here on the forum.
Thanks Devin,
I was able to make an idx.php template based off the page.php (well, pretty much just copied and pasted the entire page.php to make the new template and added /*Template Name: IDX Pages*/ to the top) and was able to set that as the default for any of the dynamically created IDX pages. My issue now is that NOTHING is showing up on the sidebar. Is this because I copied everything from the page.php and brought it into the child theme and I needed to change a few more things around to get it to function correctly? I also included the loop-page.php in the includes folder of the child theme.
http://test.curlyhost.com/open-home-search/
Thanks so much for your help!
Andrea
Hi,
I know a lot of people are having this issue, and I tried implementing the solutions here (allocating more memory, disabling plugins, etc):
https://kriesi.at/support/topic/avia-layout-builder-text-content-doesnt-appear
Still, nothing works.
btw, Screen Options menu doesn’t appear either.
What can be done, please?
Oi Fabiana,
The file you need to edit is header.php, you could add the HTML before the header_meta closes, somewhere in line 117:
<div class="login_buttons">
<a href="http://paisagismoonline-com-br.web22.redehost.com.br/nsite1/portal/login-page/">LOGIN</a>
<a href="http://paisagismoonline-com-br.web22.redehost.com.br/nsite1/portal/client-registration/">REGISTRAR</a>
</div>
And then, you can style it using CSS:
.login_buttons{
position: absolute;
top: 5px;
left: 140px;
}
Regards,
Josue
Excellent! That worked great! Thank you Yigit.