Forum Replies Created

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • in reply to: Qtranslate and featured slider #21419

    Ok, i begin to send some information, i’m on work now, i’ll check it well in the night, but I know how sad it is get stucked on something like this. Look for the problem of language reset, that if you check it well you’ll see happen in the footer too, i solved in this way:
    First of all i’m using a child theme, (hope you do the same)
    I copied the home.php file and add inmediatly after the line with
    get_header();

    the following code:

    delete_transient( 'catcheverest_image_sliders' ); 
    delete_transient( 'catcheverest_homepage_headline' );
    delete_transient( 'catcheverest_homepage_featured_content' );
    delete_transient( 'catcheverest_footer_content' );
    delete_transient( 'catcheverest_footercode' );

    with this you can solve the problem of language resetting….

    For the other thing of the links in homepage featured content I find a shortcut not a solution. When I did the site there was no way to make the links work, using the qtransate quick tags in the link field, but the content field allow you to write something like this:
    [:es]<a id="depa_titulo" href="/departamentos" >Departamentos</a>[:it]<a id="depa_titolo" href=http://www.mexiconuvole.com/it/departamentos">Appartamenti</a>[:en]<a id="depa_title" href=http://www.mexiconuvole.com/en/departamentos">Apartments</a>

    Then playing with CSS you say to the title to disappear with a display:none and you have your content working as title with a working relative link.
    But as you can see i did not need content there. I saw you wrote things there inside, give a try enhancing the code above creating a container div for your content and see if it work.
    In the night I’ll send you some css.

    in reply to: Qtranslate and featured slider #21411

    Hi Robson
    I’m collecting the information for you, give me few hours and I’ll update this post with all the modifications I’ve made, hoping to help you.

    in reply to: Qtranslate and featured slider #21322

    hello Robson,
    1.- right now you are not using title and content in your slider correct??
    2.- have you already made any change to your code for the qtranslate issue? if yes what did you change??

    in reply to: meta keywords position in code #11802

    thank you very much Sakin, you are very kind, as usual.

    Best wishes

    in reply to: meta keywords position in code #11798

    Thanks Sakin for your answer.

    1)The problem is that some css does not change if i put the code in my child theme style.css, and yes if i write it in the custom box. I think this is due to changes i’m doing to responsive.css too that only apply if i write in the custom css box. I think i should import the style-reponsive.css to mi child too.. Is it possible? and how to do it??

    2)All the css code appearing above the metas keywords belong to some plugin too, like table press and fancybox. You think i can write the css for this elements in style.css of my child theme, or for the fact the plugins are outside the theme folder this option will not work?

    3)You say: It doesn’t matter until it’s above <body> tag.
    So you think that even if in my html code there’s a bunch of stuff before body tag and it looks not “elegant” at all, this content will not affect my ranking with the searches engines??if you say this, then i can forget the point 1 and 2 and leave my site as it is.

    Thank you

    in reply to: Show post title in category pages #11370

    Yes of course

    The url is http://www.mexiconuvole.com
    and the problem is in the category called “links”
    http://www.mexiconuvole.com/category/links/

    thank you

    in reply to: Disable comments #11290

    Hello mjcorder,

    You can go to pages, pass the mous on the page in wich you want to disable the comment and you’ll see more option appears. Choose fast edition (i’m not really sure how is it in english, mine is in spanish, but you’ll see edit, “fast or rapid edit”, move to trash and view) and several option will appear. One of those is allow comment….uncheck it and is done.

    Admaiora

    in reply to: Qtranslate and featured slider #9705

    ok i need to change something similar to this :
    echo "<li $current><a href='".get_settings('home')."'>Home</a></li>";

    and transform to the code i posted before

    in reply to: Qtranslate and featured slider #9704

    again sorry but the code is changing let’s try so:

    echo "<li $current><a href='".bloginfo('url')."'>Home</a></li>";
    

    echo “<li $current>Home“;

    in reply to: Qtranslate and featured slider #9703

    Sorry Sakin. I saw that the code for the possible solution for the permalink problem is not complete. This is the code:

    echo “<li $current>Home“;
    echo “<li $current>Home“;

    Ty

    in reply to: Qtranslate and featured slider #9693

    Thanks for your answer and sorry for don’t explain my problem well.
    The issue is that i’m using Qtranslate for a multilingual site.
    The plugin is well integrated in catch everest-pro pages and post, giving the opportunity to the developer of write in the editor the text for each language he using. Switching the languages in the selector on the page, automatically switch the title and content of pages and posts. The problem is with the title and content of featured image slider. In qtranslate, when you don’t have the fields or options to put texts in other language, you have the possibility of use quick tags like this ([:es] Bienvenidos [:it] Benvenuti [:en] Welcome ).
    In the support forum of qtranslate i found lot of people saying that in this case in possible use the “qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage(the….);” functions for the variable you want to translate.
    but i have some doubt of how use it in catch themes.
    I’ve tried with stuff like this:

    (in contents.php)

    <div class=”entry-container”>

    <header class=”entry-header”>
    <h1 class=”entry-title”>” title=”<?php echo esc_attr( sprintf( __( ‘Permalink to %s’, ‘catcheverest’ ), the_title_attribute( ‘echo=0’ ) ) ); ?>” rel=”bookmark”><?php qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage (the_title); ?></h1>
    <?php if ( ‘post’ == get_post_type() ) : ?>
    <div class=”entry-meta”>
    <?php catcheverest_header_meta(); ?>
    </div><!– .entry-meta –>
    <?php endif; ?>
    </header><!– .entry-header –>

    and it works partially. The strange thing was that the switching of languages only work after save some changing in theme options panel. So i spent all night searching in your code and i see that after changes in the panel you send a delete transient command. Then i saw in your catcheverest-functions.php the function for the fetured image slider that have the delete transient but is // commented. I activate that and my translation works but in a local test site. When i tried to do the same on the online site where i´m using a child theme it looks like the catch-everest functions.php don’t work in the child. So i put the command
    delete_transient( ‘catcheverest_image_sliders’ );
    in home.php and it works.
    Now i think you’ll wondering why i’m still bothering you if it looks like i solved the problem.
    First of all ’cause i want to share this with the community.
    Second i don’t really know if i’m doing it well, i’m newby with php and i’m afraid that this is not the right way of modify the files.
    Third most important and very big issue, i can’t tell the qtranslate plugin a different homepage for each language so if i click on HOME when i’m in english the site go back to inicio in spanish that is the homepage.
    I saw in a blog that in another kind of theme, a guy solved the issue by changing this code: echo “<li $current>Home“;
    with this:
    echo “<li $current>Home“;
    Do we have something similar in catch-theme and in case of yes where i can find it??

    thanks for your help and sorry for be too large

    in reply to: Showcase in category page #8000

    Many thanks for your tips. Your theme and your team are just fantastic.

    Thanks a lot.

    in reply to: Showcase in category page #7970

    Hi Sakin, sorry for feed again the post.
    http://rivieramayaexplorer.com/category/excursiones/extremo/

    As you can see here i ‘ve managed to prepare the posts in the category for the use i want to give them. Obviously i still have to put thumbnails and other stuffs.
    The question is:
    how should i make the .article boxes align horizontally instead of vertically? I mean is there any function that allow me to put the following post aside instead of below the preceding?
    Or i have to make a new one?

    Thank you.

    in reply to: Showcase in category page #7961

    Thank you Sakin for your answer.
    I’ll try to do it with some code i saw on the web. anyway, using the child theme, i feel safe in case of mess up something.
    Just some help please:
    1.-The content box posts’ resume in the category page how is called?
    2.-Is there any name’s list of (i don’t know how to say) what modify what? Eg.:
    #branding hgroup = ?????
    #access div, =??????
    #access-secondary div=??????
    #primary = ?????
    I’m asking this for avoid to bother you for any doubt.

    Thank you

Viewing 14 posts - 1 through 14 (of 14 total)