Anthyx
Forum Replies Created
-
Forum: Plugins
In reply to: [CMS Tree Page View] Impossible to organize tree properly with last update.Fixed, now it works properly.
Many thanks!
Forum: Plugins
In reply to: [Polylang] Hide home page names for each language.MANY MANY THANKS CHOUBY!
Ciao
Antonio
Forum: Plugins
In reply to: [Yoast SEO] Site title showing up twice on browser header.Hi,
by default “Force Rewrite Titles” is disabled: I have enabled it, problem solved!
Many thanks.
A.
Ah! Perfect!
Many many thanks and, again, congratulations for your good job!
Ciao
Antonio
David excuse me,
the Db backup file I get in Dropbox is this:
backup_2014-04-11-1127_WebFoodCulturecom_Food_and_Cul_f47a58c7e1f8-db.gz
opening it using 7-zip I get this file:
backup_2014-04-11-1127_WebFoodCulturecom_Food_and_Cul_f47a58c7e1f8-db
as you see, no extension at all.
Is it normal? is it .sql file anyway, compatible with the “restore” function of UpdraftPlus?
I’m sorry, this is probably a stupid question, but I’m a novice and it’s not clear.
Thanks a lot.
Thanks for the reply David,
the file is inside a compressed (.gz). Once opened it, the file inside has no extension at all. I’ve checked by adding a “.gz” extension, but winwar does not open it.
It’s quite odd indeed. Is it possible it is a “.sql” file even if it has no extension? is there a way to check with no damage?
As you see, the file weight is compatible with the “original” .sql.
Let me know what you think.
P.S. Please note that the file inside the “.gz” file, has a very long file name.
Forum: Plugins
In reply to: [Easing Slider] Slider disappears in "Search" results page.Mat,
I found the solution, hope this can help someone else with the same problem:
here is the code.
as you can see there is a “if” and an “else if” to put the slider just in “Home” and “Post” pages.
I’ve just added “or is_search()” (without quotes) after “is_front_page() or is_home()” .. et voilà, it works perfectly.
<?php // Check to see if the header image has been removed $header_image = get_header_image(); if ( is_front_page() or is_home() ) { if ( function_exists( 'easingsliderlite' ) ) { easingsliderlite();} } else if ( $header_image ) : // Compatibility with versions of WordPress prior to 3.4. if ( function_exists( 'get_custom_header' ) ) { // We need to figure out what the minimum width should be for our featured image. // This result would be the suggested width if the theme were to implement flexible widths. $header_image_width = get_theme_support( 'custom-header', 'width' ); } else { $header_image_width = HEADER_IMAGE_WIDTH; } ?>
[Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Again, many thanks for your help!
Ciao!
Forum: Plugins
In reply to: [Easing Slider] Slider disappears in "Search" results page.Hi Mat,
my site is not online yet, do you prefer some screenshots or the code I use to insert your plugin in the pages?
Let me know and tnx a lot.
A.
Forum: Themes and Templates
In reply to: [Theme: Twenty eleven] Strange Image BehaviorI found the problem: it seems all inserted images, by default, are surrounded by a frame defined by this string:
img[class*=”align”], img[class*=”wp-image-“], #content .gallery .gallery-icon img {
border: 1px solid #DDDDDD;
padding: 6px;Strange thing is that this frame is present even if these images are not a links.
Result is that this frame has his own width, and that was exactly the small space not allowing me to correct align an image inside the page body or a cell/table.Solution is to set to zero the values:
img[class*=”align”], img[class*=”wp-image-“], #content .gallery .gallery-icon img {
border: 0px solid #DDDDDD;
padding: 0px;Now everything is fine. Esmi, thanks again for your interest in my problem.
A.
Hi Esmi,
I’m using a child theme.
Anyway I found the problem: it seems all inserted images, by default, are surrounded by a frame defined by this string:
img[class*=”align”], img[class*=”wp-image-“], #content .gallery .gallery-icon img {
border: 1px solid #DDDDDD;
padding: 6px;Strange thing is that this frame is present even if these images are not a links.
Result is that this frame has his own width, and that was exactly the small space not allowing me to correct align an image inside the page body or a cell/table.Solution is to set to zero the values:
img[class*=”align”], img[class*=”wp-image-“], #content .gallery .gallery-icon img {
border: 0px solid #DDDDDD;
padding: 0px;Now everything is fine. Thanks again for your interest in my problem.
A.
Forum: Themes and Templates
In reply to: [Theme: Twenty eleven] Strange Image BehaviorOk, I set up a fresh installation.
The problem is still there: I set a page width of 1000px, I place an image 1000px large, setting it as centered, but it goes slightly to the right (almost 10px).
These are the only “new” values present in my style.css child theme, all the rest is inherited from a fresh, untouched, twenty eleven parent installation:
******
body, input, textarea {
color: #373737;
font: 13px “Helvetica Neue”, Helvetica, Arial, sans-serif;
font-weight: 300;
line-height: 1.625;
}.one-column #page {
max-width: 1000px;
min-width: 1000px;
}.one-column #content {
margin: 0 auto;
width: auto;
}img[class*=”align”],
img[class*=”wp-image-“],
#content .gallery .gallery-icon img {
border: none;
}.entry-content img,
.comment-content img,
.widget img {
max-width: 100%;
}I underline the fact that ALL other values are the original ones.
There must be some default setting in twenty eleven that places a small invisible border or something around images, but I can’t find it.
Please please please help!
Many thanks!
A.
Forum: Themes and Templates
In reply to: [Theme: Twenty eleven] Strange Image BehaviorDear Esmi,
as you always reccomend, I’ve used since the beginning a child of twenty eleven and never touched the original files.
I have chenged the “old” directory with the new one, but without luck.
I am thinking to backup the site, db included, and start it again from scratch, with a “fresh” child theme, to see if the problem persists.What do you think about it?
Many many thanks.
A.
Forum: Themes and Templates
In reply to: [Theme: Twenty eleven] Strange Image BehaviorIf I use the original twenty eleven theme it becomes quite a mess, sice I’ve customized the original theme quite a bit, but it’s still possible to notice that the image is not aligned to the left side of the header/footer.
Something, “pushes” the images i insert a bit on the right.
If I place an image of the same width of the header/footer, inside a table of the same size, the image is still pushed on the right, but this time instead to go out of the column, it shrinks.
Forum: Themes and Templates
In reply to: [Theme: Twenty Eleven] Problem: Images shrinked when inserted.Thank you for your answer,
I have found the solution, changing under “image” in style.css, the value of “max-width”, from the default 97.5% to a full 100%.
******
img.size-full,
img.size-large {
max-width: 100%;:
******
Now the images I insert have their true, original, proportions.Many thanks.
A.
Forum: Everything else WordPress
In reply to: Create page bodies using tables.Esmi, thanks a lot for the quick reply:
I must say, first of all, that I’m new to WordPress, PHP and CSS.
With quite a lot of effort I’ve been able to setup a twenty eleven child theme with:
1) An animated header (using a plugin).
2) A custom “header” and “bottom” menu pointing to main sections pages and a blog section.
3) A switch for two languages.Now I just need, if it’s possible and if it does exist, an easy WYSIWYG plugin or utility to create a precise layout for each page and subpage I create, without any programming knowledge.
Do you think it’s possible? If so, how?
Many thanks again.
A.