coreevoyage
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Reply-to doesn’t work anymore in GmailThe work around of changing the domain name of the sender’s email did work for me.
However, all the contact forms I receive are now on the top of each other instead of being displayed separately.
Forum: Plugins
In reply to: [Contact Form 7] Reply-To not workingI spoke too soon! The reply is indeed no longer sent to my web server email address. However, all the contact forms received to Gmail are now on the top of each other instead of being received separately.
I’m going to address this issue at Reply-to doesn’t work anymore in Gmail.
Forum: Plugins
In reply to: [Contact Form 7] Reply-To not workingThanks @buzztone!
I fixed the issue following this discussion Reply-to doesn’t work anymore in Gmail.
- This reply was modified 6 years, 1 month ago by coreevoyage.
Forum: Fixing WordPress
In reply to: Adding static image only on homepageThanks a lot for your answer. I am indeed trying to implement the same function as the slider. However, your solution doesn’t seem to be working, since other conditional statements are being called below
<div id="wrap"> <div id="<?php if (is_front_page()) { echo 'wrap-body-frontpage'; } else { echo 'wrap-body'; } ?>"> <div id="<?php if (is_front_page()) { echo 'header-frontpage'; } else { echo 'header'; } ?>"> <a href="<?php bloginfo('wpurl'); ?>"><h1>Corée Voyage</h1></a> <div id="main-social"> <div id="header-sidebar"> <ul> <li><a href="https://www.facebook.com/agencecoreevoyage" target="_blank"><div class="facebook-button" ></div></a></li> <li><a href="https://twitter.com/CoreeVoyage" target="_blank"><div class="twitter-button" ></div></a></li> <li></li> <?php dynamic_sidebar('header-sidebar'); ?> </ul> </div> </div> <!-- end main-social --> <?php wp_nav_menu('theme_location=header'); ?> </div> <!-- end header -->
Thanks again for your help!
My bad! I thought the landing page was the page that would open as the homepage. After clicking on the attributed landing page, it redirects to that page under a post format as well as the recent articles. The problem is that my website has mostly pages with relevant content, and just a few articles.
What I’m trying to do here is to have a specific page opening as the homepage. I don’t want my homepage to be displayed on my mobile version at first. Any thoughts on this? Since I’m using the free version, this might not be doable…
Sorry for not being clear.
Thank you!
Hello Larry,
I would also be interested in learning how you managed to fix your lightbox size issue.
Thank you.
Felix
Forum: Plugins
In reply to: [Collapse-O-Matic] A shortcode within a shortcodesOk, thanks a lot.
Forum: Plugins
In reply to: [Collapse-O-Matic] A shortcode within a shortcodesWell, you wrote that “The columns have fixed sizes. So all content inside these divs will force-fit to the column width.”. So I guess there isn’t any solution to have the content’s width override the column’s width, right?
Forum: Plugins
In reply to: [Collapse-O-Matic] A shortcode within a shortcodesHere is the code I integrated. Unfortunately, the content gets displayed on the right side of the picture, which makes the other picture move below. The ideal would be to have the content displayed below the picture.
[gn_column size="1/3"]<div class="collapseomatic" id="item1" rel="items-highlander" title="Item One"><img src="https://www.coreevoyage.com/wp-content/uploads/2013/11/gastronomie-273x182-1.jpg"></div>[/gn_column]
<div id="target-item1" class="collapseomatic_content">25. Des abris anti-aériens?aux marchés financiers. Se relevant d'une guerre terrible qui tua?près?d'un million de personnes,?Séoul?a simplement explosé en moins de 50 ans pour devenir l'une des 10?premières?villes les plus puissantes?économiquement?à travers le Monde, et la?deuxième?plus grande zone?métropolitaine. Peu importe, petit ou grand, il n'est pas de tache que les?Séoulites?n'aient pu finir à temps (ou en avance)</div>
`Forum: Plugins
In reply to: [Collapse-O-Matic] A shortcode within a shortcodesForum: Plugins
In reply to: [Collapse-O-Matic] A shortcode within a shortcodesThanks a lot for your answer! It works perfectly!
I have another question though. I’m using some columns shortcode. Would it be possible to override the columns width to allow the collapsed text to show in a wider block rather than in the predefined column width (for example 400px instead of 150px in the case of a 5 columns grid).
Thanks again.