Forum Replies Created
-
AuthorPosts
-
some thougtht about robots.txt – Info
Wordpress Codex recommendation is to let the robots.txt file pur without any input.
Usually i got some entries in my robots.txt file because (cgi-bin and wp-admin ) i want to disallow.in the last month i recognised that google search results did not index all sites of my wordpress installations.
on index status there are no indexed sites ???
There is a sitemap – crawling like google does was perfect and sending to index than too – but
on indexed sites there is no entry allthough i can see that google has all my metas (description an keywords) – if i goto google search and put in:site:www.homepage.com/ (homepage is a placeholder here)
google search lists all my sites ???on search console (former webdeveloper tools) there is a robots.txt tester – nothing is blocked here ! but on index status there are (if you look to advanced style there are 10 sites blocked via robots.txt ???
so i uploaded a manually generated robots.txt file to root-directory to overwrite the virtually one of wordpress itself with
User-agent: * Disallow:
this was testwise because i want to see if problems are gone now – nothing
i than installed one of those robots.txt plugins to edit the robots.txt file via Dashboard – and now there is a difference between my manually uploaded file and the output of that plugin. So this plugin represents me the virtually generated robots.txt file of WordPress (with content in it)
This is strange for me – because i thought that this existing file in root-directory overwrites eventually existing
has anybody have the same problems ? and a solution for it.Google i think has changed the bot algorithmus a while ago. They crawl now the wohle site (even js and css files etc.)
ipad 4 Retina. so i look to normal navigation (not the mobile one) !
And that Navigation stays open on my ipad.
On iphone i got the mobile navigation too and- this works fine- This reply was modified 8 years, 9 months ago by Guenni007.
Great – this is the solution till avia.js stays the same.
If on an update avia.js gets an update i have to repeat the manual update on avia.js in child-theme folder with the new one.But on your opinion – this is very unlikely to occur
btw. is it wrong to set it to “true”
or do i only have to set:
//if(isMobile) shrink = false;
- This reply was modified 8 years, 9 months ago by Guenni007.
is it possible to make this changing without the loss at next update?
Thanks!
can be closed – it worked – but firefox got the old version in the cache. Sorry
can be closed than – Thanks
it is just a cosmetic request – but now it is right!yes i know that it looks the way i want it but the other pages (see private content) hava a class on the html:
<html class=" ...... html_header_transparency html_header_glassy .... >
this is missing on search results page !
- This reply was modified 8 years, 10 months ago by Guenni007.
i want the glassy header here!
but is the line:
$header['header_transparency'] = 'header_transparency';
correct or is there something missing?- This reply was modified 8 years, 10 months ago by Guenni007.
well ismael we discussed it here allready for a transparent header: https://kriesi.at/support/topic/styling-single-events-page/
i want to style the searchresults page similar to the other sites on a specific installation with enfold.
On that case link above i styled the other pages with transparency header and so i want a transparency header with a banner or something else.Now the other pages got glassy headers
it seems to be solved by :
add_filter('avf_header_setting_filter', function($header) { if ( is_search() ) { $header['header_transparency'] = 'header_transparency'; $header['header_class'] .= " av_header_transparency av_header_glassy"; } return $header; }, 10, 1);
but i guess that the line
$header['header_transparency'] = 'header_transparency';
has to be a little different becaus html gets a class too.ok i found this here:
https://wpml.org/forums/topic/scroll-to-current-anchor-id-after-language-switch/than you only have to let the anchor names as there are in the translations
the links are than :
http://www.homepage.com/?lang=de#ID1
without the backslash
well i’m a participant too – but i like to learn from others requests – and sometimes i got some good ideas to solve problems.
Sorry i can not see your linkis there a private Content in that posting or is a link missing ?
without seeing a playground (your site or demo-site) it is hard to give you the right instruction.
the css attribut for that is “letter-spacing”perhaps you can set the whole block to a special-class ( caption title and text) to show text in justify option
.special-class { hyphens: auto; text-align: justify }
- This reply was modified 8 years, 10 months ago by Guenni007.
i think there is still an animation – try this here:
.avia_transform .avia_start_animation.avia-testimonial .avia-testimonial-image { animation: 0s ease 0s normal none 1 running none; }
it might be necessary to use the important case:
.avia_transform .avia_start_animation.avia-testimonial .avia-testimonial-image { animation: 0s ease 0s normal none 1 running none !important }
you can try this:
.alternate_color .av-subnav-menu a { color: #fff !important; }
and if you want a difference to hover or active state try to play with:
.alternate_color .av-subnav-menu a:hover { … }
Two things on that site have padding top – the content (main) and the blog article (Zero if you doesn’t want any space between)
.content, .blog article { padding-top: 5px !important; }
function custom_func() { ?> <div class="spezial">Content</div> <?php } add_action('ava_main_header' , 'custom_func');
just play a little with the code from Josue
he is working now with Enfold 3.4.3 so – for him nothing is solved Rikard.
I did not have that behavior with the new 3.4.7 and WP 4.4. Where do you try to touch the frame?i colorized the areas : if you touch it in field 1 it will work – on the green field 2 it will have that effect of marking everything
i think the background color oft the color-section does not stop at the end of it but handles like the 1/1 container is in that color section too.
See the same background-color of color section and 1/1.and than you see that enfold automatically translates that “read more” to “weiterlesen” because i’m using german wordpress.
so what to do :
on your start page you can place an entry ( portfolio or post or something else) by choosing “show Title, excerpt and read-more link.If you are not satisfied with the automatic excerpt ( by cutting the text after a given amount of letters) you can set your customized excerpt on the post by typing in the concerning field your customized text.
see here with your text on a test environment:
http://webers-testseite.de/enf02/testseite2/the excerpt does not be the same content as the entry content
- This reply was modified 9 years ago by Guenni007.
hm – this is not an excerpt of a post – you did the “Read the Rest” by typing it to a text element ?
so you had to do it manually i think in the content areaOn my installation this is one thing definitly translated first by enfold and wpml too !
by default Enfold did a little arrow after that “read more” link of an excerpt.
This it what it looks normaly by using the show excerpt function.<div itemprop="text" class="slide-entry-<strong>excerpt</strong> entry-content"> content <div class="<strong>read-more-link</strong>"> <a class="more-link" href=" url ">read more<span class="more-link-arrow"> →</span></a> </div> </div>
- This reply was modified 9 years ago by Guenni007.
and here you can choose that the menu even stick on top by scrolling down !
you are in advanced layout builder modus on enfold.
There is an element called “fullwidth submenu” – place it under your image or fullwidth slider etc.
Choose on that alb element to show the existing menu ( main menu)
here you see the options dialog on fullwidth-submenu:
- This reply was modified 9 years ago by Guenni007.
after your videolink add this: ?iframe=true
so f.e. :
http://vrworldsummit2015.s3.amazonaws.com/RalphVideoTestimonialld.mp4?iframe=true
see here: http://webers-testseite.de/enf02/testseite2/
- This reply was modified 9 years ago by Guenni007.
put the 1/1 container in another color-section
well this is possible if you choose for your pages to show not the header (right side of the editor page)
than you put for all of those pages underneath your f.e. fullwidth slider the full-width submenu.On that alb element you can choose an existing menu ( you can even here choose the enfold main menu)
have a look here:
http://webers-testseite.de/enf02/testseite2/
but MegaMenu does not work in this case – only dropdown
- This reply was modified 9 years ago by Guenni007.
hm – i think this is a wordpress function – not an enfold thing.
i do not find in the enfold code a definition where the sidebar goes to.My question does not go to you but to the admins here . The reason why your sidebar is under your last ( just above the footer) color section is that the sidebar goes automatically in that newly generated last “#after_section” container.
I think they want to make sure that on responsive case the sidebar goes under the main content – but by default the sidebar goes beneath 768px to display none – so sidebar could be placed by default in the #after_section_1if you have between your last color section and your footer content again the sidebar is displayed aside that content
see here : http://webers-testseite.de/enf02/testseite/
so my question to the developer is, if there is any reason against placing the sidebar by default in the #after_section_1
- This reply was modified 9 years ago by Guenni007.
the side bar is placed in a container called: #after_section_x
my question is concerning to the fact that aside is placed in the last #after_section_x (e.g: #after_section_2)
so i want to know why – what benefit this has or is it possible to place it by default in the first #after_section_1 -
AuthorPosts